meta-crownbay: prefer mesa version 7.8 for bernard

bernard uses emgd 1.5, which requires mesa 7.8.  It was inadvertently
picking up 7.10 instead - we need to explicitly specify 7.8.

Fixes [YOCTO #971]

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
This commit is contained in:
Tom Zanussi 2011-08-27 12:44:50 -05:00
parent c18eb8d8a4
commit 651ca742a0

View File

@ -30,6 +30,7 @@ XSERVER ?= "xserver-xf86-emgd \
PREFERRED_VERSION_xserver-xf86-emgd ?= "1.7.99.2"
PREFERRED_VERSION_xserver-xf86-emgd-bin ?= "1.7.99.2"
PREFERRED_VERSION_mesa-dri ?= "7.8.2"
SERIAL_CONSOLE = "115200 ttyS0"