diff options
author | Maciej Borzecki <maciej.borzecki@open-rnd.pl> | 2016-02-10 13:32:56 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-11 12:27:45 +0000 |
commit | 85728ec99ca4da068763010308bf0eef1790a17a (patch) | |
tree | 333aa1056f4c691781159cd5ee78c0460a101062 /meta/recipes-core | |
parent | 22a28664560c3cea20a5f6341593795c22d13e0b (diff) | |
download | poky-85728ec99ca4da068763010308bf0eef1790a17a.tar.gz |
systemd: rename systemd-zsh to systemd-zsh-completion
Try to keep consistent naming with bash-completion package.
(From OE-Core rev: 1c2467349da032376cd3dd435cdf5fd0bfc116e7)
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.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/systemd/systemd_228.bb b/meta/recipes-core/systemd/systemd_228.bb index f3893251a6..1c58c865dd 100644 --- a/meta/recipes-core/systemd/systemd_228.bb +++ b/meta/recipes-core/systemd/systemd_228.bb | |||
@@ -246,7 +246,7 @@ PACKAGES =+ "\ | |||
246 | ${PN}-rpm-macros \ | 246 | ${PN}-rpm-macros \ |
247 | ${PN}-binfmt \ | 247 | ${PN}-binfmt \ |
248 | ${PN}-pam \ | 248 | ${PN}-pam \ |
249 | ${PN}-zsh \ | 249 | ${PN}-zsh-completion \ |
250 | ${PN}-xorg-xinitrc \ | 250 | ${PN}-xorg-xinitrc \ |
251 | ${PN}-extra-utils \ | 251 | ${PN}-extra-utils \ |
252 | " | 252 | " |
@@ -282,7 +282,7 @@ FILES_${PN}-rpm-macros = "${exec_prefix}/lib/rpm \ | |||
282 | 282 | ||
283 | FILES_${PN}-xorg-xinitrc = "${sysconfdir}/X11/xinit/xinitrc.d/*" | 283 | FILES_${PN}-xorg-xinitrc = "${sysconfdir}/X11/xinit/xinitrc.d/*" |
284 | 284 | ||
285 | FILES_${PN}-zsh = "${datadir}/zsh/site-functions" | 285 | FILES_${PN}-zsh-completion = "${datadir}/zsh/site-functions" |
286 | 286 | ||
287 | FILES_${PN}-binfmt = "${sysconfdir}/binfmt.d/ \ | 287 | FILES_${PN}-binfmt = "${sysconfdir}/binfmt.d/ \ |
288 | ${exec_prefix}/lib/binfmt.d \ | 288 | ${exec_prefix}/lib/binfmt.d \ |