mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
cri-o: RDEPENDS on libdevmapper
Since comit 3f64779e in meta-oe: [ libdevmapper/lvm2: force recipe libdevmapper to populate sysroot only ] libdevmapper recipe does not provide package any more, we need RDEPENDS on libdevmapper which is being provided by lvm2 recipe. Signed-off-by: Ming Liu <liu.ming50@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
5258e89710
commit
d9d50ff75e
|
@ -40,6 +40,7 @@ DEPENDS = " \
|
|||
"
|
||||
RDEPENDS_${PN} = " \
|
||||
cni \
|
||||
libdevmapper \
|
||||
"
|
||||
|
||||
python __anonymous() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user