Re: [OE-core] [PATCH] argp-standalone: make it available for non-musl systems too

2016-02-23 Thread Maxin B. John
Hi Khem, On Tue, Feb 23, 2016 at 10:40:28AM -0500, Khem Raj wrote: >Uclibc has its own argp implemented as libuargp so please use that you dont >need yet another implementation >>On Feb 23, 2016 10:18 AM, "Maxin B. John" wrote: >> >>Without this, uclibc build of rng-tools

Re: [OE-core] [PATCH] argp-standalone: make it available for non-musl systems too

2016-02-23 Thread Burton, Ross
On 23 February 2016 at 15:40, Khem Raj wrote: > Uclibc has its own argp implemented as libuargp so please use that you > dont need yet another implementation > So the proper fix is to change rng-tools so it doesn't depend on argp-standalone on uclibc I guess. Ross --

Re: [OE-core] [PATCH] argp-standalone: make it available for non-musl systems too

2016-02-23 Thread Khem Raj
Uclibc has its own argp implemented as libuargp so please use that you dont need yet another implementation On Feb 23, 2016 10:18 AM, "Maxin B. John" wrote: > Without this, uclibc build of rng-tools will fail with this error: > > ERROR: Nothing PROVIDES 'argp-standalone' >

[OE-core] [PATCH] argp-standalone: make it available for non-musl systems too

2016-02-23 Thread Maxin B. John
Without this, uclibc build of rng-tools will fail with this error: ERROR: Nothing PROVIDES 'argp-standalone' (but rng-tools_5.bb DEPENDS on or otherwise requires it) ERROR: argp-standalone was skipped: incompatible with host x86_64-poky-linux-uclibc (not in COMPATIBLE_HOST) ERROR: Required build