From 5094e2afa5dd5e453d038ccbc8a44989c5486314 Mon Sep 17 00:00:00 2001 From: MarkusVolk Date: Sun, 19 Sep 2021 19:08:01 +0200 Subject: [PATCH] nwg-panel: drop unneeded archlinux file We dont need it and it still depends on python2. This breaks do_rootfs: Problem: conflicting requests - nothing provides /usr/bin/python needed by nwg-panel-0.4.3-r0.cortexa72_cortexa53_crypto (try to add '--skip-broken' to skip uninstallable packages) --- recipes-support/nwg-shell/nwg-panel_git.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes-support/nwg-shell/nwg-panel_git.bb b/recipes-support/nwg-shell/nwg-panel_git.bb index 5e8381b..1d9e766 100644 --- a/recipes-support/nwg-shell/nwg-panel_git.bb +++ b/recipes-support/nwg-shell/nwg-panel_git.bb @@ -20,5 +20,9 @@ S = "${WORKDIR}/git" PV = "0.4.3" SRCREV = "v${PV}" +do_install:append() { + rm ${D}${libdir}/python3.9/site-packages/nwg_panel/executors/arch_updates.py +} + INSANE_SKIP:${PN} = "file-rdeps"