diff options
author | Herve Jourdain <herve.jourdain@neuf.fr> | 2016-03-07 16:59:32 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-09 16:58:12 +0000 |
commit | e186d6d1b89485bd9c833f9f9c8f2c2ea1082b49 (patch) | |
tree | cafa7ce53fd3a86712d5c8af7cb80cc6389eb39a | |
parent | b051a953fc249785cf1f1852a7791e59dee1707c (diff) | |
download | poky-e186d6d1b89485bd9c833f9f9c8f2c2ea1082b49.tar.gz |
systemd: binfmt should be added to SYSTEMD_PACKAGES only if binfmt is enabled
(From OE-Core rev: aa8856d39e149854e43bd0a6cd28a277288a8fc0)
Signed-off-by: Herve Jourdain <herve.jourdain@neuf.fr>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/systemd/systemd_229.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_229.bb b/meta/recipes-core/systemd/systemd_229.bb index 16af0acc3b..cd483609c1 100644 --- a/meta/recipes-core/systemd/systemd_229.bb +++ b/meta/recipes-core/systemd/systemd_229.bb | |||
@@ -298,7 +298,7 @@ PACKAGES =+ "\ | |||
298 | ${PN}-extra-utils \ | 298 | ${PN}-extra-utils \ |
299 | " | 299 | " |
300 | 300 | ||
301 | SYSTEMD_PACKAGES = "${PN}-binfmt" | 301 | SYSTEMD_PACKAGES = "${@bb.utils.contains('PACKAGECONFIG', 'binfmt', '${PN}-binfmt', '', d)}" |
302 | SYSTEMD_SERVICE_${PN}-binfmt = "systemd-binfmt.service" | 302 | SYSTEMD_SERVICE_${PN}-binfmt = "systemd-binfmt.service" |
303 | 303 | ||
304 | USERADD_PACKAGES = "${PN}" | 304 | USERADD_PACKAGES = "${PN}" |