diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2017-04-24 16:06:43 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-04-26 20:13:32 +0200 |
commit | e84b80d54dcdf77348c9b73b01995140e37aa9cd (patch) | |
tree | 9bee04bd4b050032c9a9489c80d21ba8eaeb4be3 | |
parent | 2f2f52e6889f7b67debbec79c80a57a341ed18d3 (diff) | |
download | meta-openembedded-e84b80d54dcdf77348c9b73b01995140e37aa9cd.tar.gz |
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>
-rw-r--r-- | meta-oe/recipes-support/multipath-tools/multipath-tools_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
1 | SUMMARY = "The upstream project used to drive the Device Mapper multipathing driver" | 1 | SUMMARY = "The upstream project used to drive the Device Mapper multipathing driver" |
2 | 2 | ||
3 | DEPENDS = "lvm2 libaio liburcu readline udev" | 3 | DEPENDS = "libdevmapper libaio liburcu readline udev" |
4 | 4 | ||
5 | LICENSE = "LGPLv2" | 5 | LICENSE = "LGPLv2" |
6 | 6 | ||