mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
multipath-tools: add bash to RDEPENDS
Fix the following file-rdeps QA issue: ... |ERROR: multipath-tools-0.7.1-r0 do_package_qa: QA Issue: /sbin/mpathconf contained in package multipath-tools requires /bin/bash, but no providers found in RDEPENDS_multipath-tools? [file-rdeps] ... Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -97,7 +97,7 @@ FILES_${PN}-dbg += "${base_libdir}/multipath/.debug"
|
||||
PACKAGES =+ "${PN}-libs"
|
||||
FILES_${PN}-libs = "${base_libdir}/lib*.so.* \
|
||||
${base_libdir}/multipath/lib*.so*"
|
||||
RDEPENDS_${PN} += "${PN}-libs"
|
||||
RDEPENDS_${PN} += "${PN}-libs bash"
|
||||
|
||||
PROVIDES += "device-mapper-multipath"
|
||||
RPROVIDES_${PN} += "device-mapper-multipath"
|
||||
|
||||
Reference in New Issue
Block a user