Re: [OE-core] [PATCH] glibc-testsuite: SkipRecipe if libc is not glibc

2019-09-13 Thread Peter Kjellerstedt
> -Original Message- > From: Khem Raj > Sent: den 13 september 2019 15:48 > To: Nathan Rossi > Cc: Patches and discussions about the oe-core layer c...@lists.openembedded.org>; Peter Kjellerstedt > > Subject: Re: [OE-core] [PATCH] glibc-testsuite: SkipRecip

Re: [OE-core] [PATCH] glibc-testsuite: SkipRecipe if libc is not glibc

2019-09-13 Thread Khem Raj
On Fri, Sep 13, 2019 at 12:49 AM Nathan Rossi wrote: > > To prevent issues with parsing or dependencies, limit this recipe to use > only when the libc is glibc (and libc-locale is glibc-locale). > > Signed-off-by: Nathan Rossi > --- > meta/recipes-core/glibc/glibc-testsuite_2.30.bb | 7 +++ >

[OE-core] [PATCH] glibc-testsuite: SkipRecipe if libc is not glibc

2019-09-13 Thread Nathan Rossi
To prevent issues with parsing or dependencies, limit this recipe to use only when the libc is glibc (and libc-locale is glibc-locale). Signed-off-by: Nathan Rossi --- meta/recipes-core/glibc/glibc-testsuite_2.30.bb | 7 +++ 1 file changed, 7 insertions(+) diff --git a/meta/recipes-core/gli