* [PATCH] cri-o: RDEPENDS on libdevmapper
@ 2019-09-06 3:14 liu.ming50
2019-09-09 17:29 ` Bruce Ashfield
0 siblings, 1 reply; 2+ messages in thread
From: liu.ming50 @ 2019-09-06 3:14 UTC (permalink / raw)
To: meta-virtualization; +Cc: stefan.agner, Ming Liu
From: Ming Liu <liu.ming50@gmail.com>
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>
---
recipes-containers/cri-o/cri-o_git.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/recipes-containers/cri-o/cri-o_git.bb b/recipes-containers/cri-o/cri-o_git.bb
index b0c0ce4..c2b5f5c 100644
--- a/recipes-containers/cri-o/cri-o_git.bb
+++ b/recipes-containers/cri-o/cri-o_git.bb
@@ -40,6 +40,7 @@ DEPENDS = " \
"
RDEPENDS_${PN} = " \
cni \
+ libdevmapper \
"
python __anonymous() {
--
2.7.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] cri-o: RDEPENDS on libdevmapper
2019-09-06 3:14 [PATCH] cri-o: RDEPENDS on libdevmapper liu.ming50
@ 2019-09-09 17:29 ` Bruce Ashfield
0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2019-09-09 17:29 UTC (permalink / raw)
To: liu.ming50; +Cc: meta-virtualization, stefan.agner
merged
Bruce
In message: [meta-virtualization] [PATCH] cri-o: RDEPENDS on libdevmapper
on 06/09/2019 liu.ming50@gmail.com wrote:
> From: Ming Liu <liu.ming50@gmail.com>
>
> 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>
> ---
> recipes-containers/cri-o/cri-o_git.bb | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/recipes-containers/cri-o/cri-o_git.bb b/recipes-containers/cri-o/cri-o_git.bb
> index b0c0ce4..c2b5f5c 100644
> --- a/recipes-containers/cri-o/cri-o_git.bb
> +++ b/recipes-containers/cri-o/cri-o_git.bb
> @@ -40,6 +40,7 @@ DEPENDS = " \
> "
> RDEPENDS_${PN} = " \
> cni \
> + libdevmapper \
> "
>
> python __anonymous() {
> --
> 2.7.4
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-09-09 17:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-06 3:14 [PATCH] cri-o: RDEPENDS on libdevmapper liu.ming50
2019-09-09 17:29 ` Bruce Ashfield
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.