aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Slater <jslater@windriver.com>2017-08-25 15:44:07 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2017-08-28 11:06:07 +0200
commit108cb0394a96ea51c2c3fffb470622b6cd357c63 (patch)
tree4d1618566df06dfeb256b651c43abbee37480739
parent5cdc74cddfbe56e680c9f8a79768c791cc7794bc (diff)
downloadmeta-openembedded-contrib-108cb0394a96ea51c2c3fffb470622b6cd357c63.tar.gz
multipath-tools: RDEPEND on bash
Make sure /bin/bash will be on the target if we are. Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-oe/recipes-support/multipath-tools/multipath-tools_0.7.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/multipath-tools/multipath-tools_0.7.1.bb b/meta-oe/recipes-support/multipath-tools/multipath-tools_0.7.1.bb
index a13efbeb55..6ec5dffcc0 100644
--- a/meta-oe/recipes-support/multipath-tools/multipath-tools_0.7.1.bb
+++ b/meta-oe/recipes-support/multipath-tools/multipath-tools_0.7.1.bb
@@ -110,4 +110,4 @@ FILES_kpartx = "${base_sbindir}/kpartx \
${nonarch_libdir}/udev/kpartx_id \
"
-RDEPENDS_${PN} += "kpartx"
+RDEPENDS_${PN} += "bash kpartx"