summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2015-01-12 11:57:17 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-11 17:40:05 +0000
commit37d5b56cb67f57436be1dd18990c13e431882dae (patch)
tree57fd758e7184cb2bd47c40cf6425c80925cd0276 /meta/recipes-core
parentd31f7ec85b0a6453df79b61df620be06aa3b1e6b (diff)
downloadpoky-37d5b56cb67f57436be1dd18990c13e431882dae.tar.gz
systemd: add missing RDEPENDS
systemd-ptest also needs a Python interpretter. Also remove the redundant comment. systemd-kernel-install is a bash script that can't be trivially ported to POSIX sh. (From OE-Core rev: 9f6b34493d332f9eff54c3eb2da9483a344e6d3c) (From OE-Core rev: 66900dc504d8e8af5439a01f94c7853e418fd0e3) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/systemd/systemd_216.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/systemd/systemd_216.bb b/meta/recipes-core/systemd/systemd_216.bb
index 8e1b5aaa7e..5e76f7c52f 100644
--- a/meta/recipes-core/systemd/systemd_216.bb
+++ b/meta/recipes-core/systemd/systemd_216.bb
@@ -192,8 +192,7 @@ RDEPENDS_${PN}-initramfs = "${PN}"
192 192
193FILES_libgudev = "${libdir}/libgudev*${SOLIBS}" 193FILES_libgudev = "${libdir}/libgudev*${SOLIBS}"
194 194
195# The test cases need perl and bash to run correctly. 195RDEPENDS_${PN}-ptest += "perl python bash"
196RDEPENDS_${PN}-ptest += "perl bash"
197FILES_${PN}-ptest += "${libdir}/udev/rules.d" 196FILES_${PN}-ptest += "${libdir}/udev/rules.d"
198 197
199FILES_${PN}-dbg += "${libdir}/systemd/ptest/.debug" 198FILES_${PN}-dbg += "${libdir}/systemd/ptest/.debug"
@@ -204,6 +203,7 @@ FILES_${PN}-vconsole-setup = "${rootlibexecdir}/systemd/systemd-vconsole-setup \
204 ${systemd_unitdir}/system/systemd-vconsole-setup.service \ 203 ${systemd_unitdir}/system/systemd-vconsole-setup.service \
205 ${systemd_unitdir}/system/sysinit.target.wants/systemd-vconsole-setup.service" 204 ${systemd_unitdir}/system/sysinit.target.wants/systemd-vconsole-setup.service"
206 205
206RDEPENDS_${PN}-kernel-install += "bash"
207FILES_${PN}-kernel-install = "${bindir}/kernel-install \ 207FILES_${PN}-kernel-install = "${bindir}/kernel-install \
208 ${sysconfdir}/kernel/ \ 208 ${sysconfdir}/kernel/ \
209 ${exec_prefix}/lib/kernel \ 209 ${exec_prefix}/lib/kernel \