From 9f345ec1151f2734f601a8e662c1068a8c5ac8a6 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Mon, 18 Apr 2022 13:23:15 +0200 Subject: [PATCH] nwg-bar: update --- recipes-gtk/nwg-shell/nwg-bar_git.bb | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/recipes-gtk/nwg-shell/nwg-bar_git.bb b/recipes-gtk/nwg-shell/nwg-bar_git.bb index 62daa6d..b6f5052 100644 --- a/recipes-gtk/nwg-shell/nwg-bar_git.bb +++ b/recipes-gtk/nwg-shell/nwg-bar_git.bb @@ -12,17 +12,12 @@ GO_IMPORT = "github.com/nwg-piotr/nwg-bar.git" SRC_URI = "git://${GO_IMPORT};nobranch=1;protocol=https" -PV = "0.0.1" -SRCREV = "7dd7df3cd9a9e78fe477e88e0f3cb97309d50ff5" +PV = "0.1.0" +SRCREV = "eee48b9575936495b5b7d6bc88e14d736245259a" inherit go go-mod pkgconfig GO_INSTALL = "${GO_IMPORT}" -do_install:append() { - # remove precompiled x86 binary - rm -r ${D}${libdir}/go/src/${GO_IMPORT}/bin -} - do_compile[network] = "1"