Re: [OE-core] [PATCH 2/2] apr/apr-util: Add ptest dependency on libgcc

2019-05-21 Thread Khem Raj
On Tue, May 21, 2019 at 5:29 AM wrote: > > On Mon, 2019-05-20 at 11:43 -0700, Khem Raj wrote: > > > > On 5/16/19 4:49 AM, Richard Purdie wrote: > > > Avoid: > > > > > > libgcc_s.so.1 must be installed for pthread_cancel to work > > > > > > when running the ptest without libgcc. > > > > > > > this

Re: [OE-core] [PATCH 2/2] apr/apr-util: Add ptest dependency on libgcc

2019-05-21 Thread richard . purdie
On Mon, 2019-05-20 at 11:43 -0700, Khem Raj wrote: > > On 5/16/19 4:49 AM, Richard Purdie wrote: > > Avoid: > > > > libgcc_s.so.1 must be installed for pthread_cancel to work > > > > when running the ptest without libgcc. > > > > this is interesting, do we get this error explicitly from runnin

Re: [OE-core] [PATCH 2/2] apr/apr-util: Add ptest dependency on libgcc

2019-05-20 Thread Andre McCurdy
On Mon, May 20, 2019 at 11:43 AM Khem Raj wrote: > On 5/16/19 4:49 AM, Richard Purdie wrote: > > Avoid: > > > > libgcc_s.so.1 must be installed for pthread_cancel to work > > > > when running the ptest without libgcc. > > this is interesting, do we get this error explicitly from running some > tes

Re: [OE-core] [PATCH 2/2] apr/apr-util: Add ptest dependency on libgcc

2019-05-20 Thread Khem Raj
On 5/16/19 4:49 AM, Richard Purdie wrote: Avoid: libgcc_s.so.1 must be installed for pthread_cancel to work when running the ptest without libgcc. this is interesting, do we get this error explicitly from running some tests ? I wonder why libgcc is not detected during rdep calculation

[OE-core] [PATCH 2/2] apr/apr-util: Add ptest dependency on libgcc

2019-05-16 Thread Richard Purdie
Avoid: libgcc_s.so.1 must be installed for pthread_cancel to work when running the ptest without libgcc. Signed-off-by: Richard Purdie --- meta/recipes-support/apr/apr-util_1.6.1.bb | 1 + meta/recipes-support/apr/apr_1.7.0.bb | 2 ++ 2 files changed, 3 insertions(+) diff --git a/meta/re