summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@cardoe.com>2016-01-26 13:09:18 -0600
committerBruce Ashfield <bruce.ashfield@windriver.com>2016-02-01 00:11:35 -0500
commitec4b409bd6567e430511e767ac043066ddfc850c (patch)
tree0c381500453db0e9ae15421a1ed77cbd50051ccf /recipes-extended
parent45de52d11c68cf023566c0d6d4fd341adfb04c7b (diff)
downloadmeta-virtualization-ec4b409bd6567e430511e767ac043066ddfc850c.tar.gz
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 <cardoe@cardoe.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/xen/xen.inc2
1 files changed, 1 insertions, 1 deletions
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 = " \
54RDEPENDS_${PN} = "" 54RDEPENDS_${PN} = ""
55 55
56RDEPENDS_${PN}-base = "\ 56RDEPENDS_${PN}-base = "\
57 libgcc bash perl xz \ 57 bash perl xz \
58 ${PN}-blktap \ 58 ${PN}-blktap \
59 ${PN}-console \ 59 ${PN}-console \
60 ${PN}-libblktapctl \ 60 ${PN}-libblktapctl \