From 8d8a5e6be8deb963adcd3e7c3aa10ebc68d23a86 Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Mon, 21 Aug 2017 02:00:36 -0400 Subject: 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 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(-) (limited to 'meta-oe/recipes-support') 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 610ba7a942..a13efbeb55 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 @@ -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" -- cgit 1.2.3-korg