From 43794be43c15837afb89193c60d3fd8df6b83610 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Mon, 11 Jul 2022 13:06:26 +0200 Subject: [PATCH] ddcpopup_git: fix package_qa issue if not x86_64 --- recipes-gtk/nwg-shell/ddcpopup_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-gtk/nwg-shell/ddcpopup_git.bb b/recipes-gtk/nwg-shell/ddcpopup_git.bb index 25d04ce..3bd8b03 100644 --- a/recipes-gtk/nwg-shell/ddcpopup_git.bb +++ b/recipes-gtk/nwg-shell/ddcpopup_git.bb @@ -25,4 +25,6 @@ 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 }