From e84b80d54dcdf77348c9b73b01995140e37aa9cd Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Mon, 24 Apr 2017 16:06:43 +0800 Subject: 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 Signed-off-by: Martin Jansa --- meta-oe/recipes-support/multipath-tools/multipath-tools_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe') 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 838a47af7..5f8c42257 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" -- cgit v1.2.3-54-g00ecf