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

Chris Patterson cjp256 at gmail.com
Fri Jan 24 13:23:09 PST 2014


+1


On Wed, Jan 22, 2014 at 10:19 PM, Philip Tricca <flihp at twobit.us> wrote:

> 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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-virtualization/attachments/20140124/300f9a0e/attachment.html>


More information about the meta-virtualization mailing list