Re: [OE-core] [PATCH 4/4] musl: Make dev package rdep on staticdev

2018-05-16 Thread Khem Raj
On Wed, May 16, 2018 at 7:38 AM, Burton, Ross wrote: > Surely in that usecase you can add musl-staticdev yourself? Forcing > it into every SDK seems wasteful. > I guess thats a fair argument I can accept it. Please ignore this patch then > Ross > > On 16 May 2018 at

Re: [OE-core] [PATCH 4/4] musl: Make dev package rdep on staticdev

2018-05-16 Thread Burton, Ross
Surely in that usecase you can add musl-staticdev yourself? Forcing it into every SDK seems wasteful. Ross On 16 May 2018 at 14:32, Khem Raj wrote: > On Wed, May 16, 2018 at 4:09 AM, Burton, Ross wrote: >> Surely if you want to support static linking

Re: [OE-core] [PATCH 4/4] musl: Make dev package rdep on staticdev

2018-05-16 Thread Khem Raj
On Wed, May 16, 2018 at 4:09 AM, Burton, Ross wrote: > Surely if you want to support static linking in the SDK, you just need > to add staticdev-pkgs to the SDKIMAGE_FEATURES? > In some usecase, compiler runtime and c library is only required everything else is external.

Re: [OE-core] [PATCH 4/4] musl: Make dev package rdep on staticdev

2018-05-16 Thread Burton, Ross
Surely if you want to support static linking in the SDK, you just need to add staticdev-pkgs to the SDKIMAGE_FEATURES? Ross On 16 May 2018 at 07:32, Khem Raj wrote: > This is needed for enabling static linking with SDK > > Signed-off-by: Khem Raj > --- >

[OE-core] [PATCH 4/4] musl: Make dev package rdep on staticdev

2018-05-16 Thread Khem Raj
This is needed for enabling static linking with SDK Signed-off-by: Khem Raj --- meta/recipes-core/musl/musl_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb index