diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2014-01-04 09:32:14 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-06 16:30:01 +0000 |
commit | f795ea31eb9f607c772f8969f34b2e3c3aa2bd23 (patch) | |
tree | 35e11de2025c0c4a3b5f5c776a32d055e0d476ee /meta/recipes-graphics/xorg-driver | |
parent | b4e28912af0618755ce75d0cc27d53fa9d745b30 (diff) | |
download | openembedded-core-f795ea31eb9f607c772f8969f34b2e3c3aa2bd23.tar.gz openembedded-core-f795ea31eb9f607c772f8969f34b2e3c3aa2bd23.tar.bz2 openembedded-core-f795ea31eb9f607c772f8969f34b2e3c3aa2bd23.zip |
xf86-video-modesetting: update to 0.8.1
This fixes a build error with recent Xorg libs
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-driver')
-rw-r--r-- | meta/recipes-graphics/xorg-driver/xf86-video-modesetting_0.8.1.bb (renamed from meta/recipes-graphics/xorg-driver/xf86-video-modesetting_0.8.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-modesetting_0.8.0.bb b/meta/recipes-graphics/xorg-driver/xf86-video-modesetting_0.8.1.bb index b13db4132e..5bb89266cd 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-video-modesetting_0.8.0.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-video-modesetting_0.8.1.bb @@ -4,5 +4,5 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5e53d3fcadb1c23d122ad63cb099a918" SUMMARY = "X.Org X server -- modesetting display driver" DESCRIPTION = "Provides a generic kernel modesetting display driver for the X.Org X server." -SRC_URI[md5sum] = "1a25d6210257d4e493daf048f8b705a9" -SRC_URI[sha256sum] = "13dc349e9aa50987ab2479d27d6879cda2c1f9ad8c8d3a1422a2f53c36f047f8" +SRC_URI[md5sum] = "eb275e1ff0031897bcf23e2e5cb8655a" +SRC_URI[sha256sum] = "3ba8d8d7cb679497abc6486e2e843f8ea1582d830a27448ed4c90413e58312ca" |