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:
Khem Raj
2013-10-17 19:18:13 -07:00
parent a0cb201705
commit 6ed7c7eac8

View File

@@ -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}"