Re: [OE-core] [PATCH 2/2] mesa-gl: Set PACKAGECONFIG for target

2019-02-26 Thread Khem Raj
On Tue, Feb 26, 2019 at 5:17 PM Martin Jansa wrote: > > Fixes e.g.: > ERROR: weston-5.0.0-r0 do_prepare_recipe_sysroot: The file > /usr/lib/libEGL.so.1.0.0 is installed by both mesa-gl and libhybris, aborting > > but there is still: > ERROR: weston-5.0.0-r0 do_prepare_recipe_sysroot: The file >

Re: [OE-core] [PATCH 2/2] mesa-gl: Set PACKAGECONFIG for target

2019-02-26 Thread Martin Jansa
Fixes e.g.: ERROR: weston-5.0.0-r0 do_prepare_recipe_sysroot: The file /usr/lib/libEGL.so.1.0.0 is installed by both mesa-gl and libhybris, aborting but there is still: ERROR: weston-5.0.0-r0 do_prepare_recipe_sysroot: The file /usr/include/KHR/khrplatform.h is installed by both mesa-gl and

[OE-core] [PATCH 2/2] mesa-gl: Set PACKAGECONFIG for target

2019-02-25 Thread Khem Raj
mesa.inc uses PACKAGECONFIG_class-target override to setup default packageconfigs, which means that when we build mesa-gl for target then it does no honor the ??= setting we have in mesa-gl recipe, and ends up compiling egl, gles2 as well, which is not intended. Signed-off-by: Khem Raj ---