mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
dnf-plugin-tui: Recover BBCLASSEXTEND variants
dnf-plugin-tui must work on nativesdk environment.
Now there's no warning when run the command "bitbake universe -c fetch".
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 5211242d3f)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
0f952d12b9
commit
6f17c76fc7
|
|
@ -42,4 +42,6 @@ RDEPENDS:${PN} += " \
|
|||
dnf \
|
||||
libnewt-python \
|
||||
"
|
||||
BBCLASSEXTEND = "nativesdk"
|
||||
|
||||
SKIP_RECIPE[dnf-plugin-tui] ?= "${@bb.utils.contains('PACKAGE_CLASSES', 'package_rpm', '', 'does not build correctly without package_rpm in PACKAGE_CLASSES', d)}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user