mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-13 06:24:28 +02:00
avoid tags in SRCREV
update some recipes on the way
This commit is contained in:
@ -19,7 +19,7 @@ GO_IMPORT = "github.com/nwg-piotr/nwg-menu.git"
|
||||
SRC_URI = "git://${GO_IMPORT};nobranch=1;protocol=https"
|
||||
|
||||
PV = "0.1.1"
|
||||
SRCREV = "v${PV}"
|
||||
SRCREV = "b76362d971490cb8279b40d9c2d543c5e69232ef"
|
||||
|
||||
inherit go go-mod pkgconfig
|
||||
|
||||
@ -27,7 +27,7 @@ GO_INSTALL = "${GO_IMPORT}"
|
||||
|
||||
do_install:append() {
|
||||
# remove precompiled x86 binary
|
||||
rm -r ${D}${libdir}/go/src/${GO_IMPORT}/bin
|
||||
rm -rf ${D}${libdir}/go/src/${GO_IMPORT}/bin
|
||||
}
|
||||
|
||||
do_compile[network] = "1"
|
||||
|
Reference in New Issue
Block a user