'xen-base' is a meta package and itself should not depend on a library this. Yocto checks the NEEDED of the dynamic section and automatically includes those libraries as dependencies.
Signed-off-by: Doug Goldstein <[email protected]> --- recipes-extended/xen/xen.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc index c63cb2c..966d356 100644 --- a/recipes-extended/xen/xen.inc +++ b/recipes-extended/xen/xen.inc @@ -54,7 +54,7 @@ DEPENDS = " \ RDEPENDS_${PN} = "" RDEPENDS_${PN}-base = "\ - libgcc bash perl xz \ + bash perl xz \ ${PN}-blktap \ ${PN}-console \ ${PN}-libblktapctl \ -- 2.4.10 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
