mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
multipath-tools: lvm2 to DEPENDS
Since commit [libdevmapper/lvm2: force recipe libdevmapper to populate sysroot only] applied, if recipe DEPENDS on libdevmapper, we have to add lvm2 to DEPENDS Remove duplicated bash from RDEPENDS Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -19,6 +19,7 @@ and deletion"
|
|||||||
HOMEPAGE = "http://christophe.varoqui.free.fr/"
|
HOMEPAGE = "http://christophe.varoqui.free.fr/"
|
||||||
|
|
||||||
DEPENDS = "libdevmapper \
|
DEPENDS = "libdevmapper \
|
||||||
|
lvm2 \
|
||||||
libaio \
|
libaio \
|
||||||
liburcu \
|
liburcu \
|
||||||
readline \
|
readline \
|
||||||
@@ -108,4 +109,4 @@ FILES_kpartx = "${base_sbindir}/kpartx \
|
|||||||
${nonarch_libdir}/udev/kpartx_id \
|
${nonarch_libdir}/udev/kpartx_id \
|
||||||
"
|
"
|
||||||
|
|
||||||
RDEPENDS_${PN} += "bash kpartx"
|
RDEPENDS_${PN} += "kpartx"
|
||||||
|
|||||||
Reference in New Issue
Block a user