meta-oe: Remove dnf dependent package for non-rpm package backend

dnf is not built when rpm is not in chosen backends

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2020-02-11 21:18:06 -08:00
parent 650cbab790
commit 41f5abd221
3 changed files with 8 additions and 1 deletions
@@ -37,3 +37,4 @@ RDEPENDS_${PN} += " \
"
BBCLASSEXTEND = "nativesdk"
PNBLACKLIST[dnf-plugin-tui] ?= "${@bb.utils.contains('PACKAGE_CLASSES', 'package_rpm', '', 'does not build correctly without package_rpm in PACKAGE_CLASSES', d)}"