All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xen: Add libgcc as runtime dependency of xen-xl package.
@ 2014-01-23  3:19 Philip Tricca
  2014-01-24 21:23 ` Chris Patterson
  0 siblings, 1 reply; 3+ messages in thread
From: Philip Tricca @ 2014-01-23  3:19 UTC (permalink / raw)
  To: meta-virtualization

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>
---
 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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] xen: Add libgcc as runtime dependency of xen-xl package.
  2014-01-23  3:19 [PATCH] xen: Add libgcc as runtime dependency of xen-xl package Philip Tricca
@ 2014-01-24 21:23 ` Chris Patterson
  2014-01-27 18:52   ` Bruce Ashfield
  0 siblings, 1 reply; 3+ messages in thread
From: Chris Patterson @ 2014-01-24 21:23 UTC (permalink / raw)
  To: Philip Tricca; +Cc: meta-virtualization

[-- Attachment #1: Type: text/plain, Size: 866 bytes --]

+1


On Wed, Jan 22, 2014 at 10:19 PM, Philip Tricca <flihp@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@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
>
>

[-- Attachment #2: Type: text/html, Size: 1341 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] xen: Add libgcc as runtime dependency of xen-xl package.
  2014-01-24 21:23 ` Chris Patterson
@ 2014-01-27 18:52   ` Bruce Ashfield
  0 siblings, 0 replies; 3+ messages in thread
From: Bruce Ashfield @ 2014-01-27 18:52 UTC (permalink / raw)
  To: Chris Patterson; +Cc: meta-virtualization

On Fri, Jan 24, 2014 at 4:23 PM, Chris Patterson <cjp256@gmail.com> wrote:
> +1
>

And merged. Sorry for the delay.

Bruce

>
> On Wed, Jan 22, 2014 at 10:19 PM, Philip Tricca <flihp@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@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
>>
>
>
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization
>



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-01-27 18:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-23  3:19 [PATCH] xen: Add libgcc as runtime dependency of xen-xl package Philip Tricca
2014-01-24 21:23 ` Chris Patterson
2014-01-27 18:52   ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.