diff options
author | Ross Burton <ross.burton@intel.com> | 2014-07-15 17:40:32 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-16 10:20:48 +0100 |
commit | 2db009d944a3a15091740d617137937b72e1a1eb (patch) | |
tree | 2ae40c00d28c3420cb999eb429e3482328a7e0bb /meta/conf/distro/include | |
parent | 7b455c5c6038b23d2d8e62d670bcb1378a9e2ff3 (diff) | |
download | poky-2db009d944a3a15091740d617137937b72e1a1eb.tar.gz |
default-versions: remove xf86-video-intel
Setting PREFERRED_VERSION to the latest version available is redundant, so
remove it.
(From OE-Core rev: c5941aa91655042d9d4df574a3e1ee33d5d3825a)
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>
Diffstat (limited to 'meta/conf/distro/include')
-rw-r--r-- | meta/conf/distro/include/default-versions.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/conf/distro/include/default-versions.inc b/meta/conf/distro/include/default-versions.inc index a9a931d772..53ec2e7caf 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" | |||
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 |
11 | PREFERRED_VERSION_liberation-fonts ?= "1.04" | 11 | PREFERRED_VERSION_liberation-fonts ?= "1.04" |
12 | |||
13 | # Intel video stack 2013Q3 and newer need a version >=2.99.902 | ||
14 | PREFERRED_VERSION_xf86-video-intel ?= "2.99.910" | ||