summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd_254.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/systemd/systemd_254.4.bb')
-rw-r--r--meta/recipes-core/systemd/systemd_254.4.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_254.4.bb b/meta/recipes-core/systemd/systemd_254.4.bb
index d888efdece..76cc07e86f 100644
--- a/meta/recipes-core/systemd/systemd_254.4.bb
+++ b/meta/recipes-core/systemd/systemd_254.4.bb
@@ -793,6 +793,9 @@ python __anonymous() {
793 if not bb.utils.contains('DISTRO_FEATURES', 'sysvinit', True, False, d): 793 if not bb.utils.contains('DISTRO_FEATURES', 'sysvinit', True, False, d):
794 d.setVar("INHIBIT_UPDATERCD_BBCLASS", "1") 794 d.setVar("INHIBIT_UPDATERCD_BBCLASS", "1")
795 795
796 if bb.utils.contains('DISTRO_FEATURES', 'systemd-resolved', True, False, d) and not bb.utils.contains('PACKAGECONFIG', 'nss-resolve resolved', True, False, d):
797 bb.error("DISTRO_FEATURES[systemd-resolved] requires PACKAGECONFIG[nss-resolve, resolved]")
798
796 if bb.utils.contains('PACKAGECONFIG', 'repart', True, False, d) and not bb.utils.contains('PACKAGECONFIG', 'openssl', True, False, d): 799 if bb.utils.contains('PACKAGECONFIG', 'repart', True, False, d) and not bb.utils.contains('PACKAGECONFIG', 'openssl', True, False, d):
797 bb.error("PACKAGECONFIG[repart] requires PACKAGECONFIG[openssl]") 800 bb.error("PACKAGECONFIG[repart] requires PACKAGECONFIG[openssl]")
798 801