mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 05:26:34 +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/"
|
||||
|
||||
DEPENDS = "libdevmapper \
|
||||
lvm2 \
|
||||
libaio \
|
||||
liburcu \
|
||||
readline \
|
||||
@ -108,4 +109,4 @@ FILES_kpartx = "${base_sbindir}/kpartx \
|
||||
${nonarch_libdir}/udev/kpartx_id \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN} += "bash kpartx"
|
||||
RDEPENDS_${PN} += "kpartx"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user