From 3cdc75cdca9bb8261342ed311f25035d9c9f7d84 Mon Sep 17 00:00:00 2001 From: MarkusVolk Date: Sun, 19 Sep 2021 18:08:14 +0200 Subject: [PATCH] nwg-dock: remove precompiled x86 binary --- recipes-support/nwg-shell/nwg-dock_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-support/nwg-shell/nwg-dock_git.bb b/recipes-support/nwg-shell/nwg-dock_git.bb index d4e463e..34631a5 100644 --- a/recipes-support/nwg-shell/nwg-dock_git.bb +++ b/recipes-support/nwg-shell/nwg-dock_git.bb @@ -19,7 +19,8 @@ inherit go go-mod GO_INSTALL = "${GO_IMPORT}" do_install:append() { - # remove precompiled x86 binary + # 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 }