diff options
| author | Ming Liu <liu.ming50@gmail.com> | 2019-09-06 11:14:33 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-09-09 13:29:02 -0400 |
| commit | d9d50ff75efdb08d8d558a2922b16ef7bcc9b17d (patch) | |
| tree | a63c747b83a1e27199bc65972669cd0809486b7b | |
| parent | 5258e897103fa4e1e4dba82b094910b88c5c641e (diff) | |
| download | meta-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>
| -rw-r--r-- | recipes-containers/cri-o/cri-o_git.bb | 1 |
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 | " |
| 41 | RDEPENDS_${PN} = " \ | 41 | RDEPENDS_${PN} = " \ |
| 42 | cni \ | 42 | cni \ |
| 43 | libdevmapper \ | ||
| 43 | " | 44 | " |
| 44 | 45 | ||
| 45 | python __anonymous() { | 46 | python __anonymous() { |
