summaryrefslogtreecommitdiffstats
path: root/recipes-containers/cri-o/cri-o_git.bb
diff options
context:
space:
mode:
authorMing Liu <liu.ming50@gmail.com>2019-09-06 11:14:33 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-09-09 13:29:02 -0400
commitd9d50ff75efdb08d8d558a2922b16ef7bcc9b17d (patch)
treea63c747b83a1e27199bc65972669cd0809486b7b /recipes-containers/cri-o/cri-o_git.bb
parent5258e897103fa4e1e4dba82b094910b88c5c641e (diff)
downloadmeta-virtualization-d9d50ff75efdb08d8d558a2922b16ef7bcc9b17d.tar.gz
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>
Diffstat (limited to 'recipes-containers/cri-o/cri-o_git.bb')
-rw-r--r--recipes-containers/cri-o/cri-o_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-containers/cri-o/cri-o_git.bb b/recipes-containers/cri-o/cri-o_git.bb
index b0c0ce44..c2b5f5c5 100644
--- a/recipes-containers/cri-o/cri-o_git.bb
+++ b/recipes-containers/cri-o/cri-o_git.bb
@@ -40,6 +40,7 @@ DEPENDS = " \
40 " 40 "
41RDEPENDS_${PN} = " \ 41RDEPENDS_${PN} = " \
42 cni \ 42 cni \
43 libdevmapper \
43 " 44 "
44 45
45python __anonymous() { 46python __anonymous() {