diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-11-13 14:32:46 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-14 13:39:10 +0000 |
commit | d2380c683d5411e7a85c3ce80115aea329187534 (patch) | |
tree | c1af9b1ffb7819d5e6cd3afcc8c48da1ad6b839b /meta/recipes-core | |
parent | 70bd620b58ddd90477d9f438922ee3bdc7e8c5a5 (diff) | |
download | openembedded-core-d2380c683d5411e7a85c3ce80115aea329187534.tar.gz openembedded-core-d2380c683d5411e7a85c3ce80115aea329187534.tar.bz2 openembedded-core-d2380c683d5411e7a85c3ce80115aea329187534.zip |
systemd: fix comments
It's DISTRO_FEATURES; DISTRO_FEATURE is invalid.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/systemd/systemd_208.bb | 4 |
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 () { rm -f ${sysconfdir}/udev/hwdb.bin } -# As this recipe builds udev, respect the systemd DISTRO_FEATURE so we don't try -# building udev and systemd in world builds. +# As this recipe builds udev, respect systemd being in DISTRO_FEATURES so +# that we don't build both udev and systemd in world builds. python () { if not oe.utils.contains ('DISTRO_FEATURES', 'systemd', True, False, d): raise bb.parse.SkipPackage("'systemd' not in DISTRO_FEATURES") |