mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-24 01:40:11 +02:00
ddcpopup_git: fix package_qa issue if not x86_64
This commit is contained in:
@ -25,4 +25,6 @@ do_compile[network] = "1"
|
|||||||
|
|
||||||
do_install:append() {
|
do_install:append() {
|
||||||
mv ${D}${bindir}/main ${D}${bindir}/ddcpopup
|
mv ${D}${bindir}/main ${D}${bindir}/ddcpopup
|
||||||
|
# remove precompiled x86 binaries
|
||||||
|
rm -r ${D}${libdir}/go/pkg/mod/github.com/dlasky/gotk3-layershell@*/example
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user