[oe] [meta-oe][PATCH 1/1] multipath-tools: RDEPEND on bash

Joe Slater jslater at windriver.com
Fri Aug 25 22:44:07 UTC 2017


Make sure /bin/bash will be on the target if we are.

Signed-off-by: Joe Slater <jslater at windriver.com>
---
 meta-oe/recipes-support/multipath-tools/multipath-tools_0.7.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 610ba7a..a614d5b 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"
-- 
2.7.4




More information about the Openembedded-devel mailing list