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:
Ming Liu 2019-09-06 11:14:33 +08:00 committed by Bruce Ashfield
parent 5258e89710
commit d9d50ff75e

View File

@ -40,6 +40,7 @@ DEPENDS = " \
"
RDEPENDS_${PN} = " \
cni \
libdevmapper \
"
python __anonymous() {