[meta-virtualization] [PATCH] xen: Add libgcc as runtime dependency of xen-xl package.

Philip Tricca flihp at twobit.us
Wed Jan 22 19:19:33 PST 2014


Much of xl operates fine without libgcc but some operations complain
that pthread_cancel won't work properly without libgcc_s.so.1
installed. The exact text is:

libgcc_s.so.1 must be installed for pthread_cancel to work

Signed-off-by: Philip Tricca <flihp at twobit.us>
---
 recipes-extended/xen/xen.inc |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
index 30d99f4..3acdc01 100644
--- a/recipes-extended/xen/xen.inc
+++ b/recipes-extended/xen/xen.inc
@@ -70,6 +70,8 @@ RDEPENDS_${PN}-xencommons = "\
     ${PN}-scripts-common \
     "
 
+RDEPENDS_${PN}-xl = "libgcc"
+
 PACKAGES = "\
     ${PN}-base \
     ${PN}-blktap \
-- 
1.7.10.4



More information about the meta-virtualization mailing list