[oe-commits] [meta-openembedded] 26/28: multipath-tools: lvm2 to DEPENDS

git at git.openembedded.org git at git.openembedded.org
Sat Aug 24 12:21:50 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 390ae441eab4d7b4e60993b5879df2389ea6fe8b
Author: Hongxu Jia <hongxu.jia at windriver.com>
AuthorDate: Fri Aug 23 18:05:09 2019 +0800

    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 <hongxu.jia at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-support/multipath-tools/multipath-tools_0.8.1.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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 55866e9..8d86e60 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list