summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/systemd/systemd_208.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/systemd/systemd_208.bb b/meta/recipes-core/systemd/systemd_208.bb
index ee716f43e1..8c70fe507c 100644
--- a/meta/recipes-core/systemd/systemd_208.bb
+++ b/meta/recipes-core/systemd/systemd_208.bb
@@ -323,8 +323,8 @@ pkg_prerm_udev-hwdb () {
323 rm -f ${sysconfdir}/udev/hwdb.bin 323 rm -f ${sysconfdir}/udev/hwdb.bin
324} 324}
325 325
326# As this recipe builds udev, respect the systemd DISTRO_FEATURE so we don't try 326# As this recipe builds udev, respect systemd being in DISTRO_FEATURES so
327# building udev and systemd in world builds. 327# that we don't build both udev and systemd in world builds.
328python () { 328python () {
329 if not oe.utils.contains ('DISTRO_FEATURES', 'systemd', True, False, d): 329 if not oe.utils.contains ('DISTRO_FEATURES', 'systemd', True, False, d):
330 raise bb.parse.SkipPackage("'systemd' not in DISTRO_FEATURES") 330 raise bb.parse.SkipPackage("'systemd' not in DISTRO_FEATURES")