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:
Chen Qi
2017-04-24 16:06:43 +08:00
committed by Martin Jansa
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"