diff options
author | Doug Goldstein <cardoe@cardoe.com> | 2016-01-26 13:09:18 -0600 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-02-01 00:11:35 -0500 |
commit | ec4b409bd6567e430511e767ac043066ddfc850c (patch) | |
tree | 0c381500453db0e9ae15421a1ed77cbd50051ccf | |
parent | 45de52d11c68cf023566c0d6d4fd341adfb04c7b (diff) | |
download | meta-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>
-rw-r--r-- | recipes-extended/xen/xen.inc | 2 |
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 = " \ | |||
54 | RDEPENDS_${PN} = "" | 54 | RDEPENDS_${PN} = "" |
55 | 55 | ||
56 | RDEPENDS_${PN}-base = "\ | 56 | RDEPENDS_${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 \ |