diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-11-09 11:42:33 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-11-08 22:51:28 -0800 |
| commit | 5211242d3f9d4a03cbe9e8af9beed4096a344958 (patch) | |
| tree | 2a2b0ca677b245aa2f126d0fd532aaaccb2ae0a3 | |
| parent | 59410b1587fd29ba9351a00b6abd1b775159f041 (diff) | |
| download | meta-openembedded-5211242d3f9d4a03cbe9e8af9beed4096a344958.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>
| -rw-r--r-- | meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb | 2 |
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} += " \ | |||
| 42 | dnf \ | 42 | dnf \ |
| 43 | libnewt-python \ | 43 | libnewt-python \ |
| 44 | " | 44 | " |
| 45 | BBCLASSEXTEND = "nativesdk" | ||
| 46 | |||
| 45 | SKIP_RECIPE[dnf-plugin-tui] ?= "${@bb.utils.contains('PACKAGE_CLASSES', 'package_rpm', '', 'does not build correctly without package_rpm in PACKAGE_CLASSES', d)}" | 47 | SKIP_RECIPE[dnf-plugin-tui] ?= "${@bb.utils.contains('PACKAGE_CLASSES', 'package_rpm', '', 'does not build correctly without package_rpm in PACKAGE_CLASSES', d)}" |
