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>
This commit is contained in:
Joe Slater
2017-08-25 15:44:07 -07:00
committed by Martin Jansa
parent 5cdc74cddf
commit 108cb0394a

View File

@@ -110,4 +110,4 @@ FILES_kpartx = "${base_sbindir}/kpartx \
${nonarch_libdir}/udev/kpartx_id \
"
RDEPENDS_${PN} += "kpartx"
RDEPENDS_${PN} += "bash kpartx"