Re: [OE-core] [PATCH V4 3/4] elfutils: Fix eu-* utils builds for musl

2019-07-24 Thread Khem Raj
On Wed, Jul 24, 2019 at 7:58 AM Adrian Bunk wrote: > > On Wed, Jul 24, 2019 at 06:39:16AM -0700, Khem Raj wrote: > > On Wed, Jul 24, 2019 at 1:24 AM Richard Purdie < > > richard.pur...@linuxfoundation.org> wrote: > > > > > On Sun, 2019-07-21 at 18:20 +0300, Adrian Bunk wrote: > > > > On Sat, Jul

Re: [OE-core] [PATCH V4 3/4] elfutils: Fix eu-* utils builds for musl

2019-07-24 Thread Adrian Bunk
On Wed, Jul 24, 2019 at 06:39:16AM -0700, Khem Raj wrote: > On Wed, Jul 24, 2019 at 1:24 AM Richard Purdie < > richard.pur...@linuxfoundation.org> wrote: > > > On Sun, 2019-07-21 at 18:20 +0300, Adrian Bunk wrote: > > > On Sat, Jul 20, 2019 at 11:00:57AM -0700, Khem Raj wrote: > > > > ... > > > >

Re: [OE-core] [PATCH V4 3/4] elfutils: Fix eu-* utils builds for musl

2019-07-24 Thread Khem Raj
On Wed, Jul 24, 2019 at 1:24 AM Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Sun, 2019-07-21 at 18:20 +0300, Adrian Bunk wrote: > > On Sat, Jul 20, 2019 at 11:00:57AM -0700, Khem Raj wrote: > > > ... > > > ++#if !defined(FNM_EXTMATCH) > > > ++# define FNM_EXTMATCH (0) > > >

Re: [OE-core] [PATCH V4 3/4] elfutils: Fix eu-* utils builds for musl

2019-07-24 Thread Richard Purdie
On Sun, 2019-07-21 at 18:20 +0300, Adrian Bunk wrote: > On Sat, Jul 20, 2019 at 11:00:57AM -0700, Khem Raj wrote: > > ... > > ++#if !defined(FNM_EXTMATCH) > > ++# define FNM_EXTMATCH (0) > > ++#endif > > ... > > As already said in [1] this is expected to result in broken code, > and the upstream

Re: [OE-core] [PATCH V4 3/4] elfutils: Fix eu-* utils builds for musl

2019-07-21 Thread Adrian Bunk
On Sat, Jul 20, 2019 at 11:00:57AM -0700, Khem Raj wrote: >... > ++#if !defined(FNM_EXTMATCH) > ++# define FNM_EXTMATCH (0) > ++#endif >... As already said in [1] this is expected to result in broken code, and the upstream testsuite also confirms this. cu Adrian [1]

[OE-core] [PATCH V4 3/4] elfutils: Fix eu-* utils builds for musl

2019-07-20 Thread Khem Raj
Re-organize the musl patches in three different areas namely libs, utils and tests, this will help maintain them in future version bumps Add obstack dependency on musl targets which is needed for eu-* PN and PN-binutils is not empty anymore on musl Signed-off-by: Khem Raj Signed-off-by: