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)
This commit is contained in:
MarkusVolk 2021-09-19 19:08:01 +02:00
parent 3cdc75cdca
commit 5094e2afa5

View File

@ -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"