From: Ross Burton Date: Tue, 15 Jul 2014 16:40:32 +0000 (+0100) Subject: default-versions: remove xf86-video-intel X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~33195 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5941aa91655042d9d4df574a3e1ee33d5d3825a;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git default-versions: remove xf86-video-intel Setting PREFERRED_VERSION to the latest version available is redundant, so remove it. Signed-off-by: Ross Burton Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/meta/conf/distro/include/default-versions.inc b/meta/conf/distro/include/default-versions.inc index a9a931d772c..53ec2e7caf3 100644 --- a/meta/conf/distro/include/default-versions.inc +++ b/meta/conf/distro/include/default-versions.inc @@ -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"