Skip to content

Commit

Permalink
dnf-plugin-tui: Recover BBCLASSEXTEND variants
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
wangmingyu84 authored and kraj committed Nov 9, 2023
1 parent 59410b1 commit 5211242
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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)}"

0 comments on commit 5211242

Please sign in to comment.