diff options
| author | Khem Raj <raj.khem@gmail.com> | 2020-02-11 21:18:06 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-02-13 14:07:47 -0800 |
| commit | 41f5abd221807e663754daef3fdf1852ea4ec8c1 (patch) | |
| tree | d8bee9e05576efbec4ad3411ea8ebb2efac4f35d /meta-oe/recipes-devtools/dnf-plugin-tui | |
| parent | 650cbab790109a8bfb1dcd5878024cf56564116a (diff) | |
| download | meta-openembedded-41f5abd221807e663754daef3fdf1852ea4ec8c1.tar.gz | |
meta-oe: Remove dnf dependent package for non-rpm package backend
dnf is not built when rpm is not in chosen backends
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/dnf-plugin-tui')
| -rw-r--r-- | meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb | 1 |
1 files changed, 1 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 a8367b5d91..5ecf649662 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 | |||
| @@ -37,3 +37,4 @@ RDEPENDS_${PN} += " \ | |||
| 37 | " | 37 | " |
| 38 | 38 | ||
| 39 | BBCLASSEXTEND = "nativesdk" | 39 | BBCLASSEXTEND = "nativesdk" |
| 40 | PNBLACKLIST[dnf-plugin-tui] ?= "${@bb.utils.contains('PACKAGE_CLASSES', 'package_rpm', '', 'does not build correctly without package_rpm in PACKAGE_CLASSES', d)}" | ||
