[oe-commits] [meta-openembedded] 19/36: multipath-tools: depend on libdevmapper instead of lvm2

git at git.openembedded.org git at git.openembedded.org
Tue Apr 25 12:18:28 UTC 2017


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

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

commit 85805b9d09d797f262770318496f9c52d74fc593
Author: Chen Qi <Qi.Chen at windriver.com>
AuthorDate: Mon Apr 24 16:06:43 2017 +0800

    multipath-tools: depend on libdevmapper instead of lvm2
    
    Now we've separted libdevmapper out of lvm2 recipe, we need to change
    multipath-tools to depend on libdevmapper instead of lvm2 to avoid
    build error like below.
    
      fatal error: libdevmapper.h: No such file or directory
    
    Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-support/multipath-tools/multipath-tools_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/multipath-tools/multipath-tools_git.bb b/meta-oe/recipes-support/multipath-tools/multipath-tools_git.bb
index 838a47a..5f8c422 100644
--- a/meta-oe/recipes-support/multipath-tools/multipath-tools_git.bb
+++ b/meta-oe/recipes-support/multipath-tools/multipath-tools_git.bb
@@ -1,6 +1,6 @@
 SUMMARY = "The upstream project used to drive the Device Mapper multipathing driver"
 
-DEPENDS = "lvm2 libaio liburcu readline udev"
+DEPENDS = "libdevmapper libaio liburcu readline udev"
 
 LICENSE = "LGPLv2"
 

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


More information about the Openembedded-commits mailing list