diff options
author | Saul Wold <Saul.Wold@windriver.com> | 2022-02-04 09:01:43 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-21 23:37:27 +0000 |
commit | dd9c94e66fefde221fb9e13d37fdda249a908360 (patch) | |
tree | 99c1813b39484c75d9a3ef31efd63e01290f3ee6 /meta/recipes-devtools/dnf | |
parent | 297def3be506ad974bde896768c2abb7c5264749 (diff) | |
download | poky-dd9c94e66fefde221fb9e13d37fdda249a908360.tar.gz |
dnf: Use renamed SKIP_RECIPE varFlag
This is a more descriptive variable name updated in base.bbclass
(From OE-Core rev: 258662ccf5ceb027ba0e507e2a581c4ee7e9cd04)
Signed-off-by: Saul Wold <saul.wold@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/dnf')
-rw-r--r-- | meta/recipes-devtools/dnf/dnf_4.10.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/dnf/dnf_4.10.0.bb b/meta/recipes-devtools/dnf/dnf_4.10.0.bb index e4f586db3b..f16e716b0d 100644 --- a/meta/recipes-devtools/dnf/dnf_4.10.0.bb +++ b/meta/recipes-devtools/dnf/dnf_4.10.0.bb | |||
@@ -87,4 +87,4 @@ SYSTEMD_SERVICE:${PN} = "dnf-makecache.service dnf-makecache.timer \ | |||
87 | " | 87 | " |
88 | SYSTEMD_AUTO_ENABLE ?= "disable" | 88 | SYSTEMD_AUTO_ENABLE ?= "disable" |
89 | 89 | ||
90 | PNBLACKLIST[dnf] ?= "${@bb.utils.contains('PACKAGE_CLASSES', 'package_rpm', '', 'does not build without package_rpm in PACKAGE_CLASSES due disabled rpm support in libsolv', d)}" | 90 | SKIP_RECIPE[dnf] ?= "${@bb.utils.contains('PACKAGE_CLASSES', 'package_rpm', '', 'does not build without package_rpm in PACKAGE_CLASSES due disabled rpm support in libsolv', d)}" |