Re: [OE-core] [PATCH 1/3] packagegroup-base: only pull in dosfstools if licensing allows

2020-01-23 Thread Ross Burton
On 23/01/2020 19:49, Andre McCurdy wrote: Should this be using incompatible_license_contains() instead of bb.utils.contains()? Yes, it should. Thanks for reminding me of that function. Ross -- ___ Openembedded-core mailing list

Re: [OE-core] [PATCH 1/3] packagegroup-base: only pull in dosfstools if licensing allows

2020-01-23 Thread Andre McCurdy
On Wed, Jan 22, 2020 at 6:46 AM Ross Burton wrote: > > packagegroup-base-vfat RRECOMMENDS on dosfstools, but this is GPLv3 so > may be blacklisted. Respect INCOMPATIBLE_LICENSE and don't recommend if > GPL-3.0 has been blacklisted. > > Signed-off-by: Ross Burton > --- >

[OE-core] [PATCH 1/3] packagegroup-base: only pull in dosfstools if licensing allows

2020-01-22 Thread Ross Burton
packagegroup-base-vfat RRECOMMENDS on dosfstools, but this is GPLv3 so may be blacklisted. Respect INCOMPATIBLE_LICENSE and don't recommend if GPL-3.0 has been blacklisted. Signed-off-by: Ross Burton --- meta/recipes-core/packagegroups/packagegroup-base.bb | 2 +- 1 file changed, 1