mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 08:51:59 +00:00
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@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
2f2f52e688
commit
e84b80d54d
@ -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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user