mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-26 23:18:48 +00:00
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:
parent
5cdc74cddf
commit
108cb0394a
@ -110,4 +110,4 @@ FILES_kpartx = "${base_sbindir}/kpartx \
|
|||||||
${nonarch_libdir}/udev/kpartx_id \
|
${nonarch_libdir}/udev/kpartx_id \
|
||||||
"
|
"
|
||||||
|
|
||||||
RDEPENDS_${PN} += "kpartx"
|
RDEPENDS_${PN} += "bash kpartx"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user