summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorMaciej Borzecki <maciej.borzecki@open-rnd.pl>2016-02-10 13:32:51 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-11 12:27:44 +0000
commite485686be71d92c3af72628368ff346635f47c9a (patch)
tree47da610454accf84aecb78dc9dc6e726adbf0dd7 /meta/recipes-core
parent41d0f83230ccd275a6f0d1984f47012cb5bdbbff (diff)
downloadpoky-e485686be71d92c3af72628368ff346635f47c9a.tar.gz
systemd: realign packages list
Reformat list of built packages to a package per line format. Makes easier to cope with subsequent changes. (From OE-Core rev: aff19af6804b27f1a97ce11b5bd35190426c6f3c) Signed-off-by: Maciej Borzecki <maciej.borzecki@open-rnd.pl> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/systemd/systemd_228.bb14
1 files changed, 12 insertions, 2 deletions
diff --git a/meta/recipes-core/systemd/systemd_228.bb b/meta/recipes-core/systemd/systemd_228.bb
index cd793d7cba..9d7851e0f2 100644
--- a/meta/recipes-core/systemd/systemd_228.bb
+++ b/meta/recipes-core/systemd/systemd_228.bb
@@ -237,8 +237,18 @@ python populate_packages_prepend (){
237} 237}
238PACKAGES_DYNAMIC += "^lib(udev|systemd).*" 238PACKAGES_DYNAMIC += "^lib(udev|systemd).*"
239 239
240PACKAGES =+ "${PN}-gui ${PN}-vconsole-setup ${PN}-initramfs ${PN}-analyze ${PN}-kernel-install \ 240PACKAGES =+ "\
241 ${PN}-rpm-macros ${PN}-binfmt ${PN}-pam ${PN}-zsh ${PN}-xorg-xinitrc" 241 ${PN}-gui \
242 ${PN}-vconsole-setup \
243 ${PN}-initramfs \
244 ${PN}-analyze \
245 ${PN}-kernel-install \
246 ${PN}-rpm-macros \
247 ${PN}-binfmt \
248 ${PN}-pam \
249 ${PN}-zsh \
250 ${PN}-xorg-xinitrc \
251"
242 252
243SYSTEMD_PACKAGES = "${PN}-binfmt" 253SYSTEMD_PACKAGES = "${PN}-binfmt"
244SYSTEMD_SERVICE_${PN}-binfmt = "systemd-binfmt.service" 254SYSTEMD_SERVICE_${PN}-binfmt = "systemd-binfmt.service"