From 6be3aba0d54556eff09086bb1c03df3630aac7a2 Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Fri, 23 Aug 2019 18:05:09 +0800 Subject: multipath-tools: lvm2 to DEPENDS Since commit [libdevmapper/lvm2: force recipe libdevmapper to populate sysroot only] applied, if recipe DEPENDS on libdevmapper, we have to add lvm2 to DEPENDS Remove duplicated bash from RDEPENDS Signed-off-by: Hongxu Jia Signed-off-by: Khem Raj --- meta-oe/recipes-support/multipath-tools/multipath-tools_0.8.1.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta-oe') diff --git a/meta-oe/recipes-support/multipath-tools/multipath-tools_0.8.1.bb b/meta-oe/recipes-support/multipath-tools/multipath-tools_0.8.1.bb index 55866e9841..8d86e606c6 100644 --- a/meta-oe/recipes-support/multipath-tools/multipath-tools_0.8.1.bb +++ b/meta-oe/recipes-support/multipath-tools/multipath-tools_0.8.1.bb @@ -19,6 +19,7 @@ and deletion" HOMEPAGE = "http://christophe.varoqui.free.fr/" DEPENDS = "libdevmapper \ + lvm2 \ libaio \ liburcu \ readline \ @@ -108,4 +109,4 @@ FILES_kpartx = "${base_sbindir}/kpartx \ ${nonarch_libdir}/udev/kpartx_id \ " -RDEPENDS_${PN} += "bash kpartx" +RDEPENDS_${PN} += "kpartx" -- cgit 1.2.3-korg