]> code.ossystems Code Review - openembedded-core.git/commitdiff
default-versions: remove xf86-video-intel
authorRoss Burton <ross.burton@intel.com>
Tue, 15 Jul 2014 16:40:32 +0000 (17:40 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 16 Jul 2014 09:12:12 +0000 (10:12 +0100)
Setting PREFERRED_VERSION to the latest version available is redundant, so
remove it.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/distro/include/default-versions.inc

index a9a931d772ca880cf9520dab012e3361409f919e..53ec2e7caf3911d93d932021f25df9eef377b227 100644 (file)
@@ -9,6 +9,3 @@ PREFERRED_VERSION_python-native ?= "2.7.3"
 
 # Force the older version of liberation-fonts until we fix the fontforge issue
 PREFERRED_VERSION_liberation-fonts ?= "1.04"
-
-# Intel video stack 2013Q3 and newer need a version >=2.99.902
-PREFERRED_VERSION_xf86-video-intel ?= "2.99.910"