summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorMaciej Borzecki <maciej.borzecki@open-rnd.pl>2016-02-10 13:32:50 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-11 12:27:44 +0000
commit41d0f83230ccd275a6f0d1984f47012cb5bdbbff (patch)
tree046462f775384fee0520ce45d99a1d7fdabb3ef3 /meta/recipes-core
parent9a80afd84c3846a5b6df59cc2597a142c2c2ea04 (diff)
downloadpoky-41d0f83230ccd275a6f0d1984f47012cb5bdbbff.tar.gz
systemd: move bash completion into separate package
Inherit bash-completion for automatic systemd-bash-completion package. (From OE-Core rev: fc68d8222715faa284f6fa630e3a97a04d19ad0c) 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.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-core/systemd/systemd_228.bb b/meta/recipes-core/systemd/systemd_228.bb
index a110f0cdea..cd793d7cba 100644
--- a/meta/recipes-core/systemd/systemd_228.bb
+++ b/meta/recipes-core/systemd/systemd_228.bb
@@ -22,7 +22,7 @@ DEPENDS = "kmod docbook-sgml-dtd-4.1-native intltool-native gperf-native acl rea
22 22
23SECTION = "base/shell" 23SECTION = "base/shell"
24 24
25inherit useradd pkgconfig autotools perlnative update-rc.d update-alternatives qemu systemd ptest gettext 25inherit useradd pkgconfig autotools perlnative update-rc.d update-alternatives qemu systemd ptest gettext bash-completion
26 26
27SRCREV = "dd050decb6ad131ebdeabb71c4f9ecb4733269c0" 27SRCREV = "dd050decb6ad131ebdeabb71c4f9ecb4733269c0"
28 28
@@ -290,13 +290,11 @@ CONFFILES_${PN} = "${sysconfdir}/machine-id \
290 ${sysconfdir}/systemd/user.conf" 290 ${sysconfdir}/systemd/user.conf"
291 291
292FILES_${PN} = " ${base_bindir}/* \ 292FILES_${PN} = " ${base_bindir}/* \
293 ${datadir}/bash-completion \
294 ${datadir}/dbus-1/services \ 293 ${datadir}/dbus-1/services \
295 ${datadir}/dbus-1/system-services \ 294 ${datadir}/dbus-1/system-services \
296 ${datadir}/polkit-1 \ 295 ${datadir}/polkit-1 \
297 ${datadir}/${BPN} \ 296 ${datadir}/${BPN} \
298 ${datadir}/factory \ 297 ${datadir}/factory \
299 ${sysconfdir}/bash_completion.d/ \
300 ${sysconfdir}/dbus-1/ \ 298 ${sysconfdir}/dbus-1/ \
301 ${sysconfdir}/machine-id \ 299 ${sysconfdir}/machine-id \
302 ${sysconfdir}/modules-load.d/ \ 300 ${sysconfdir}/modules-load.d/ \