diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2017-08-21 02:00:36 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-08-28 11:06:02 +0200 |
commit | 8d8a5e6be8deb963adcd3e7c3aa10ebc68d23a86 (patch) | |
tree | 69a1d037d6e5bd8b487630c40ff2d6fc4b434d19 /meta-oe/recipes-support/multipath-tools | |
parent | c64238c764ba3ad7b242407f41b72552cad1413d (diff) | |
download | meta-openembedded-8d8a5e6be8deb963adcd3e7c3aa10ebc68d23a86.tar.gz |
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>
Diffstat (limited to 'meta-oe/recipes-support/multipath-tools')
-rw-r--r-- | meta-oe/recipes-support/multipath-tools/multipath-tools_0.7.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 610ba7a94..a13efbeb5 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" | |||
97 | PACKAGES =+ "${PN}-libs" | 97 | PACKAGES =+ "${PN}-libs" |
98 | FILES_${PN}-libs = "${base_libdir}/lib*.so.* \ | 98 | FILES_${PN}-libs = "${base_libdir}/lib*.so.* \ |
99 | ${base_libdir}/multipath/lib*.so*" | 99 | ${base_libdir}/multipath/lib*.so*" |
100 | RDEPENDS_${PN} += "${PN}-libs" | 100 | RDEPENDS_${PN} += "${PN}-libs bash" |
101 | 101 | ||
102 | PROVIDES += "device-mapper-multipath" | 102 | PROVIDES += "device-mapper-multipath" |
103 | RPROVIDES_${PN} += "device-mapper-multipath" | 103 | RPROVIDES_${PN} += "device-mapper-multipath" |