diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2013-05-09 14:42:38 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-12 09:37:20 +0100 |
commit | b3a0c5d13ce23e64aaa683f533dea4d399ad367c (patch) | |
tree | 3af8bd7bf2b18f9fff2c64b9df2c414bbc652c05 /meta/recipes-graphics/xorg-driver | |
parent | 01b74d26ba9f96122105987581660ee2b26521b6 (diff) | |
download | openembedded-core-b3a0c5d13ce23e64aaa683f533dea4d399ad367c.tar.gz openembedded-core-b3a0c5d13ce23e64aaa683f533dea4d399ad367c.tar.bz2 openembedded-core-b3a0c5d13ce23e64aaa683f533dea4d399ad367c.zip |
xf86-video-intel: upgrade to 2.21.6
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-driver')
-rw-r--r-- | meta/recipes-graphics/xorg-driver/xf86-video-intel_2.21.6.bb (renamed from meta/recipes-graphics/xorg-driver/xf86-video-intel_2.21.3.bb) | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.21.3.bb b/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.21.6.bb index da63ef4b77..7e65f9fe80 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.21.3.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.21.6.bb @@ -9,8 +9,6 @@ Infrastructure (DRI)." LIC_FILES_CHKSUM = "file://COPYING;md5=8730ad58d11c7bbad9a7066d69f7808e" -PR = "${INC_PR}.0" - DEPENDS += "virtual/libx11 drm xf86driproto glproto \ virtual/libgl xineramaproto xf86driproto libpciaccess udev" @@ -23,5 +21,5 @@ EXTRA_OECONF += '${@base_conditional( "ROOTLESS_X", "1", " --enable-kms-only", " COMPATIBLE_HOST = '(i.86|x86_64).*-linux' -SRC_URI[md5sum] = "362a1d70082f5c0d2410aaf87b5125ba" -SRC_URI[sha256sum] = "1ce672a042226dba776649e9067827c24fbb27383c78919a372265bb0d939dbb" +SRC_URI[md5sum] = "a4f002f50b370fe550231c9b33e12399" +SRC_URI[sha256sum] = "c3ef371e72544350c878d5373b2e7f49b8a0e253f9b63cb1ce2881180b45f8d9" |