diff options
author | Joe Slater <jslater@windriver.com> | 2017-08-25 15:44:07 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-08-28 11:06:07 +0200 |
commit | 108cb0394a96ea51c2c3fffb470622b6cd357c63 (patch) | |
tree | 4d1618566df06dfeb256b651c43abbee37480739 /meta-oe/recipes-support/multipath-tools/multipath-tools_0.7.1.bb | |
parent | 5cdc74cddfbe56e680c9f8a79768c791cc7794bc (diff) | |
download | meta-openembedded-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>
Diffstat (limited to 'meta-oe/recipes-support/multipath-tools/multipath-tools_0.7.1.bb')
-rw-r--r-- | meta-oe/recipes-support/multipath-tools/multipath-tools_0.7.1.bb | 2 |
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 a13efbeb5..6ec5dffcc 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 \ | |||
110 | ${nonarch_libdir}/udev/kpartx_id \ | 110 | ${nonarch_libdir}/udev/kpartx_id \ |
111 | " | 111 | " |
112 | 112 | ||
113 | RDEPENDS_${PN} += "kpartx" | 113 | RDEPENDS_${PN} += "bash kpartx" |