mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 02:10:04 +00:00
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:
@@ -172,7 +172,8 @@ RDEPENDS_packagegroup-meta-oe-gnome ="\
|
||||
"
|
||||
|
||||
RDEPENDS_packagegroup-meta-oe-graphics ="\
|
||||
cairomm dietsplash directfb directfb-examples dnfdragora \
|
||||
cairomm dietsplash directfb directfb-examples \
|
||||
${@bb.utils.contains("PACKAGE_CLASSES", "package_rpm", "dnfdragora dnf-plugin-tui", "", d)} \
|
||||
fbgrab fbida fontforge fvwm glm gphoto2 libgphoto2 \
|
||||
gtkperf jasper leptonica libmng libsdl2-image libsdl2-mixer libsdl2-net \
|
||||
libsdl-gfx libsdl-image libsdl-mixer libsdl-net libsdl-ttf \
|
||||
@@ -190,6 +191,8 @@ RDEPENDS_packagegroup-meta-oe-graphics ="\
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "opengl", "freeglut libsdl2-ttf", "", d)} \
|
||||
"
|
||||
|
||||
|
||||
|
||||
RDEPENDS_packagegroup-meta-oe-kernel ="\
|
||||
agent-proxy broadcom-bt-firmware cpupower \
|
||||
crash ipmitool minicoredumper oprofile \
|
||||
|
||||
Reference in New Issue
Block a user