angstrom: Override OE-Core for virtual/libgl PREFERRED_PROVIDER
Weaker define means OE-Core definition takes over and it results in conflicts ERROR: Multiple .bb files are due to be built which each provide virtual/libgl (/home/kraj/work/angstrom/sources/openembedded-core/meta/recipes-graphics/mesa/mesa-gl_9.1.6.bb /home/kraj/work/angstrom/sources/openembedded-core/meta/recipes-graphics/mesa/mesa_9.1.6.bb). This usually means one provides something the other doesn't and should. Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -171,7 +171,7 @@ DISTRO_FEATURES += "pulseaudio"
|
||||
|
||||
# OpenGL support
|
||||
DISTRO_FEATURES += "opengl"
|
||||
PREFERRED_PROVIDER_virtual/libgl ??= "mesa-gl"
|
||||
PREFERRED_PROVIDER_virtual/libgl ?= "mesa-gl"
|
||||
|
||||
# Inherit the default LIBC features superset from OE-core
|
||||
DISTRO_FEATURES += "${DISTRO_FEATURES_LIBC}"
|
||||
|
||||
Reference in New Issue
Block a user