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:49 +0000 |
commit | 5f6ccc6926f6b239b109239b22cd77a1cb121c3c (patch) | |
tree | f4e006bd889e40a45f2ba28bcff3be9bc0f19735 /meta/classes | |
parent | 886568132c4cb30551e9c55ecf07df02ad34f8d8 (diff) | |
download | poky-5f6ccc6926f6b239b109239b22cd77a1cb121c3c.tar.gz |
systemd: fix comments
It's DISTRO_FEATURES; DISTRO_FEATURE is invalid.
(From OE-Core rev: d2380c683d5411e7a85c3ce80115aea329187534)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/systemd.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/systemd.bbclass b/meta/classes/systemd.bbclass index 3700b2eee3..7a8d35cd2f 100644 --- a/meta/classes/systemd.bbclass +++ b/meta/classes/systemd.bbclass | |||
@@ -9,8 +9,8 @@ SYSTEMD_PACKAGES_class-nativesdk ?= "" | |||
9 | SYSTEMD_AUTO_ENABLE ??= "enable" | 9 | SYSTEMD_AUTO_ENABLE ??= "enable" |
10 | 10 | ||
11 | # This class will be included in any recipe that supports systemd init scripts, | 11 | # This class will be included in any recipe that supports systemd init scripts, |
12 | # even if the systemd DISTRO_FEATURE isn't enabled. As such don't make any | 12 | # even if systemd is not in DISTRO_FEATURES. As such don't make any changes |
13 | # changes directly but check the DISTRO_FEATURES first. | 13 | # directly but check the DISTRO_FEATURES first. |
14 | python __anonymous() { | 14 | python __anonymous() { |
15 | features = d.getVar("DISTRO_FEATURES", True).split() | 15 | features = d.getVar("DISTRO_FEATURES", True).split() |
16 | # If the distro features have systemd but not sysvinit, inhibit update-rcd | 16 | # If the distro features have systemd but not sysvinit, inhibit update-rcd |