From 41f5abd221807e663754daef3fdf1852ea4ec8c1 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 11 Feb 2020 21:18:06 -0800 Subject: 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 --- meta-oe/recipes-graphics/dnfdragora/dnfdragora_git.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-oe/recipes-graphics/dnfdragora') diff --git a/meta-oe/recipes-graphics/dnfdragora/dnfdragora_git.bb b/meta-oe/recipes-graphics/dnfdragora/dnfdragora_git.bb index 9cd1efb8e8..3f2dc3060b 100644 --- a/meta-oe/recipes-graphics/dnfdragora/dnfdragora_git.bb +++ b/meta-oe/recipes-graphics/dnfdragora/dnfdragora_git.bb @@ -28,3 +28,6 @@ EXTRA_OECMAKE = " -DWITH_MAN=OFF -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} BBCLASSEXTEND = "nativesdk" FILES_${PN} = "${PYTHON_SITEPACKAGES_DIR}/ ${datadir}/ ${bindir}/ ${sysconfdir}/dnfdragora " + +PNBLACKLIST[dnfdragora] ?= "${@bb.utils.contains('PACKAGE_CLASSES', 'package_rpm', '', 'does not build correctly without package_rpm in PACKAGE_CLASSES', d)}" + -- cgit 1.2.3-korg