From 108cb0394a96ea51c2c3fffb470622b6cd357c63 Mon Sep 17 00:00:00 2001 From: Joe Slater Date: Fri, 25 Aug 2017 15:44:07 -0700 Subject: multipath-tools: RDEPEND on bash Make sure /bin/bash will be on the target if we are. Signed-off-by: Joe Slater Signed-off-by: Martin Jansa --- 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 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" -- cgit 1.2.3-korg