aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-11-09 11:42:33 +0800
committerArmin Kuster <akuster808@gmail.com>2024-01-05 07:52:17 -0500
commit6f17c76fc7f97029a9b44cb1db4c82caba61013f (patch)
tree4d59189fee7e219c07d6d2f3a72115e39ce3153b
parent0f952d12b92eb5c6f8b9dfb76d67fdffb3ac853b (diff)
downloadmeta-openembedded-6f17c76fc7f97029a9b44cb1db4c82caba61013f.tar.gz
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 5211242d3f9d4a03cbe9e8af9beed4096a344958) Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb b/meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb
index a5d614961a..8db456b99c 100644
--- a/meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb
+++ b/meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb
@@ -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)}"