summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro/include/default-versions.inc
diff options
context:
space:
mode:
authorLaurentiu Palcu <laurentiu.palcu@intel.com>2014-03-07 14:33:05 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-11 08:11:41 -0700
commitfe8140636b86f6c1b6418f297e9ae990024a0985 (patch)
tree9edb609a63f6aebcb4aa2f601e451812054a1090 /meta/conf/distro/include/default-versions.inc
parenta3f0852b1460188a7f95fb9079e665797fc63f7c (diff)
downloadpoky-fe8140636b86f6c1b6418f297e9ae990024a0985.tar.gz
xf86-video-intel: add recipe for 2.99.910, remove the git one
Intel graphics stack releases >= 2013Q3 need xf86-video-intel >= 2.99.902. However, keep the stable release around too, in case people need it. The git recipe is not really used. Remove, since it has missing PACKAGECONFIG, license checksums and so on. (From OE-Core rev: f707b6d81d2548e1bc8effdf267d1e40cc2cb806) Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro/include/default-versions.inc')
-rw-r--r--meta/conf/distro/include/default-versions.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/conf/distro/include/default-versions.inc b/meta/conf/distro/include/default-versions.inc
index 53ec2e7caf..a9a931d772 100644
--- a/meta/conf/distro/include/default-versions.inc
+++ b/meta/conf/distro/include/default-versions.inc
@@ -9,3 +9,6 @@ PREFERRED_VERSION_python-native ?= "2.7.3"
9 9
10# Force the older version of liberation-fonts until we fix the fontforge issue 10# Force the older version of liberation-fonts until we fix the fontforge issue
11PREFERRED_VERSION_liberation-fonts ?= "1.04" 11PREFERRED_VERSION_liberation-fonts ?= "1.04"
12
13# Intel video stack 2013Q3 and newer need a version >=2.99.902
14PREFERRED_VERSION_xf86-video-intel ?= "2.99.910"