aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/xorg-driver
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2016-01-05 14:20:17 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2016-01-06 13:25:58 +0100
commitdceb485a40c2a271122124027672bcab66ff84e6 (patch)
treed3ae529b51d249b76e6a04b79ff6eda3c3e11acf /meta-oe/recipes-graphics/xorg-driver
parent050951554ce70e20b87bdeb10c8f654a1cd9068d (diff)
downloadmeta-openembedded-contrib-dceb485a40c2a271122124027672bcab66ff84e6.tar.gz
xf86-video-ati: update to 7.6.1
Glamor support needs work in the xorg recipe as well as testing, it produced weird artefacts in the picture on my HD6450 when I enabled it a few months ago. Anyway, glamor wasn't enabled in 7.2.0 so no actual change. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-driver')
-rw-r--r--meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_7.6.1.bb (renamed from meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_7.2.0.bb)11
1 files changed, 7 insertions, 4 deletions
diff --git a/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_7.2.0.bb b/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_7.6.1.bb
index d4d9591a3b..f1d06f2583 100644
--- a/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_7.2.0.bb
+++ b/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_7.6.1.bb
@@ -8,10 +8,13 @@ DESCRIPTION = "Open-source X.org graphics driver for ATI Radeon graphics"
DEPENDS += "virtual/libx11 libxvmc drm xf86driproto glproto \
virtual/libgl xineramaproto libpciaccess"
-RDEPENDS_${PN} += "xserver-xorg-module-exa"
-RRECOMMENDS_${PN} += "linux-firmware"
COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
-SRC_URI[md5sum] = "5ab9a826699e5c86ef89fca43ebb3821"
-SRC_URI[sha256sum] = "f30f5efdc8d7d18d06eda7ef2f91a8b7290f1cfbf6ff26362cd47ab8969daec4"
+SRC_URI[md5sum] = "ede86cd3d1b1d8882f0aea61d9e924ed"
+SRC_URI[sha256sum] = "2516d9eeb8da8bcd3a01365ed1314919777910fa904ab268af342b5693e1d34c"
+
+EXTRA_OECONF += "--disable-glamor"
+
+RDEPENDS_${PN} += "xserver-xorg-module-exa"
+RRECOMMENDS_${PN} += "linux-firmware"