diff options
author | 2015-05-07 11:48:57 +0300 | |
---|---|---|
committer | 2015-05-07 13:12:20 -0700 | |
commit | cac76011f9fae6bbf965758784199e6297db4db7 (patch) | |
tree | 91dad58b520b4748d422b09b7082345c3e6ee9a3 | |
parent | 56471abb269f4fd8792aac4a299521324c8a05da (diff) | |
download | meta-intel-cac76011f9fae6bbf965758784199e6297db4db7.tar.gz meta-intel-cac76011f9fae6bbf965758784199e6297db4db7.tar.bz2 meta-intel-cac76011f9fae6bbf965758784199e6297db4db7.zip |
xf86-video-mga: Upgrade 1.6.2 -> 1.6.4
This update allows successfully building with xserver-xorg 1.17.
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r-- | common/recipes-graphics/xorg-driver/xf86-video-mga_1.6.4.bb (renamed from common/recipes-graphics/xorg-driver/xf86-video-mga_1.6.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/recipes-graphics/xorg-driver/xf86-video-mga_1.6.2.bb b/common/recipes-graphics/xorg-driver/xf86-video-mga_1.6.4.bb index 8d9e4ae7..937f1a15 100644 --- a/common/recipes-graphics/xorg-driver/xf86-video-mga_1.6.2.bb +++ b/common/recipes-graphics/xorg-driver/xf86-video-mga_1.6.4.bb @@ -14,8 +14,8 @@ PR = "r1" COMPATIBLE_HOST = '(i.86.*-linux|x86_64.*-linux)' -SRC_URI[md5sum] = "f543877db4e260d8b43c7da3095605ed" -SRC_URI[sha256sum] = "3f89ce250eea93f0de890954687790e06c0bab9e3e303df393e8759a187eca6c" +SRC_URI[md5sum] = "cd3db8370caa3e607614ea4e74d4c350" +SRC_URI[sha256sum] = "48c6690b6751c76f53de64f8dbeaa9d6c62dbcfe890c768fd87167951247d44f" PACKAGECONFIG ?= "${@base_contains('DISTRO_FEATURES', 'opengl', 'dri', '', d)}" PACKAGECONFIG[dri] = "--enable-dri,--disable-dri,drm xf86driproto,xserver-xorg-extension-dri" |