mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-13 14:34:34 +02:00
avoid tags in SRCREV
update some recipes on the way
This commit is contained in:
@ -12,7 +12,7 @@ GO_IMPORT = "github.com/nwg-piotr/nwg-dock.git"
|
||||
SRC_URI = "git://${GO_IMPORT};nobranch=1;protocol=https"
|
||||
|
||||
PV = "0.2.2"
|
||||
SRCREV = "v${PV}"
|
||||
SRCREV = "204582169596597095109727302fec51f930c91e"
|
||||
|
||||
inherit go go-mod pkgconfig
|
||||
|
||||
@ -20,8 +20,8 @@ GO_INSTALL = "${GO_IMPORT}"
|
||||
|
||||
do_install:append() {
|
||||
# remove precompiled x86 binaries
|
||||
rm -r ${D}${libdir}/go/src/${GO_IMPORT}/bin
|
||||
rm -r ${D}${libdir}/go/pkg/mod/github.com/dlasky/gotk3-layershell*/example
|
||||
rm -rf ${D}${libdir}/go/src/${GO_IMPORT}/bin
|
||||
rm -rf ${D}${libdir}/go/pkg/mod/github.com/dlasky/gotk3-layershell*/example
|
||||
}
|
||||
|
||||
do_compile[network] = "1"
|
||||
|
Reference in New Issue
Block a user