fix for some go recipes

This commit is contained in:
Markus Volk 2024-05-29 08:54:18 +02:00
parent fe1e6d236d
commit e8c63efd51
3 changed files with 3 additions and 2 deletions

View File

@ -21,11 +21,10 @@ UNPACKDIR = "${S}"
inherit go go-mod pkgconfig
GO_INSTALL = "${GO_IMPORT}"
GO_LINKSHARED = ""
do_compile[network] = "1"
do_install:append() {
mv ${D}${bindir}/main ${D}${bindir}/ddcpopup
# remove precompiled x86 binaries
rm -r ${D}${libdir}/go/pkg/mod/github.com/dlasky/gotk3-layershell@*/example
}

View File

@ -13,6 +13,7 @@ UNPACKDIR = "${S}"
inherit go go-mod
GO_INSTALL = "${GO_IMPORT}"
GO_LINKSHARED = ""
do_compile[network] = "1"

View File

@ -23,6 +23,7 @@ UNPACKDIR = "${S}"
inherit go go-mod pkgconfig gtk-icon-cache
GO_INSTALL = "${GO_IMPORT}"
GO_LINKSHARED = ""
do_install:append() {
install -d \