[yocto] Avoiding both GPLv3 and meta-gplv2 ?

Alexander Kanavin alexander.kanavin at linux.intel.com
Wed May 2 06:58:39 PDT 2018


On 05/02/2018 04:53 PM, Irving ST wrote:
> Thank you for your help and explanations. Unfortunately just removing
> ptest doesn't make it build.
> This is the error when I tried bitbake core-image-minimal:
> 
> ERROR: Nothing PROVIDES 'readline' (but
> /home/irving/srcgit/poky/meta/recipes-devtools/python/python3_3.5.5.bb
> ERROR: Nothing PROVIDES 'gdbm' (but
> /home/irving/srcgit/poky/meta/recipes-devtools/python/python3_3.5.5.bb,
> /home/irving/srcgit/poky/meta/recipes-devtools/perl/perl_5.24.1.bb
> DEPENDS on or otherwise requires it)

'readline' dependency can be easily disabled in python via 
PACKAGECONFIG. gdbm might be trickier, but I believe it's optional as well.

Alex


More information about the yocto mailing list