diff options
author | Yu Ke <ke.yu@intel.com> | 2010-11-16 21:50:53 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-11-22 10:25:34 +0000 |
commit | 1e2f122a17309f687ec54e9a3928434e6c4547eb (patch) | |
tree | 83fa7a80618a4965fa01b5ad1348762dc997108c | |
parent | 41111d4ff54bcbc2111239944c44c789890ddcb4 (diff) | |
download | openembedded-core-1e2f122a17309f687ec54e9a3928434e6c4547eb.tar.gz openembedded-core-1e2f122a17309f687ec54e9a3928434e6c4547eb.tar.bz2 openembedded-core-1e2f122a17309f687ec54e9a3928434e6c4547eb.zip |
xf86-video-intel: upgrade from 2.12.0 to 2.13.0
Signed-off-by: Yu Ke <ke.yu@intel.com>
-rw-r--r-- | meta/conf/distro/include/preferred-xorg-versions.inc | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-driver/xf86-video-intel_2.13.0.bb (renamed from meta/recipes-graphics/xorg-driver/xf86-video-intel_2.12.0.bb) | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/meta/conf/distro/include/preferred-xorg-versions.inc b/meta/conf/distro/include/preferred-xorg-versions.inc index 3dee7d5fd7..d56bf6e8a1 100644 --- a/meta/conf/distro/include/preferred-xorg-versions.inc +++ b/meta/conf/distro/include/preferred-xorg-versions.inc @@ -146,6 +146,6 @@ PREFERRED_VERSION_xf86-input-evdev ?= "2.5.0" PREFERRED_VERSION_xf86-input-mouse ?= "1.6.0" PREFERRED_VERSION_xf86-input-keyboard ?= "1.4.0" PREFERRED_VERSION_xf86-input-synaptics ?= "1.2.1" -PREFERRED_VERSION_xf86-video-intel ?= "2.12.0" +PREFERRED_VERSION_xf86-video-intel ?= "2.13.0" diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.12.0.bb b/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.13.0.bb index 968c20167f..f9020057fe 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.12.0.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.13.0.bb @@ -8,3 +8,6 @@ DEPENDS += "virtual/libx11 libxvmc drm xf86driproto glproto \ virtual/libgl xineramaproto xf86driproto libpciaccess" COMPATIBLE_HOST = '(i.86|x86_64).*-linux' + +SRC_URI[md5sum] = "de2f8a5836d90c71f3175dcd46d03ec0" +SRC_URI[sha256sum] = "d8b2fae8d0c4ae372994cb7df8de8aa995b8e89b1bc5766c53ea0751752fc887" |