diff options
Diffstat (limited to 'meta/recipes-devtools/dnf')
-rw-r--r-- | meta/recipes-devtools/dnf/dnf_4.2.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/dnf/dnf_4.2.2.bb b/meta/recipes-devtools/dnf/dnf_4.2.2.bb index f38167f1ad..f6e616e7f1 100644 --- a/meta/recipes-devtools/dnf/dnf_4.2.2.bb +++ b/meta/recipes-devtools/dnf/dnf_4.2.2.bb | |||
@@ -84,3 +84,5 @@ SYSTEMD_SERVICE_${PN} = "dnf-makecache.service dnf-makecache.timer \ | |||
84 | dnf-automatic-notifyonly.service dnf-automatic-notifyonly.timer \ | 84 | dnf-automatic-notifyonly.service dnf-automatic-notifyonly.timer \ |
85 | " | 85 | " |
86 | SYSTEMD_AUTO_ENABLE ?= "disable" | 86 | SYSTEMD_AUTO_ENABLE ?= "disable" |
87 | |||
88 | 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)}" | ||