summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorPhilip Tricca <flihp@twobit.us>2014-01-23 03:19:33 +0000
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-01-27 13:52:09 -0500
commitc93bc0c0185da21482164d9f76047715349cbb17 (patch)
treefc2556399c10d0ff0919c9d72128c7078b458654 /recipes-extended
parent85712e3a2ba93158f0f4bfebae77a309853f1dd4 (diff)
downloadmeta-virtualization-c93bc0c0185da21482164d9f76047715349cbb17.tar.gz
xen: Add libgcc as runtime dependency of xen-xl package.
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@twobit.us> 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, 2 insertions, 0 deletions
diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
index 54b0e1d4..e0d01a5d 100644
--- a/recipes-extended/xen/xen.inc
+++ b/recipes-extended/xen/xen.inc
@@ -70,6 +70,8 @@ RDEPENDS_${PN}-xencommons = "\
70 ${PN}-scripts-common \ 70 ${PN}-scripts-common \
71 " 71 "
72 72
73RDEPENDS_${PN}-xl = "libgcc"
74
73PACKAGES = "\ 75PACKAGES = "\
74 ${PN}-base \ 76 ${PN}-base \
75 ${PN}-blktap \ 77 ${PN}-blktap \