diff options
-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 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" | |||
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" |