mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-16 10:50:21 +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:
parent
3f64779eae
commit
6be3aba0d5
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user