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:
Wang Mingyu 2023-11-09 11:42:33 +08:00 committed by Armin Kuster
parent 0f952d12b9
commit 6f17c76fc7

View File

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