From ec4b409bd6567e430511e767ac043066ddfc850c Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Tue, 26 Jan 2016 13:09:18 -0600 Subject: xen: drop explicit DEPEND on libgcc '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 Signed-off-by: Bruce Ashfield --- 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 c63cb2c3..966d356c 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 \ -- cgit v1.2.3-54-g00ecf