summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/systemd')
-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"