xf86-video-geode: Upgrade to 2.11.15

The latest driver corrected a number of issues and compiles without
warnings with just one patch.  The header included by the given patch
is already included in the geode master line, so will not be be
required after the next geode version release.

Signed-off-by: Brian Lloyd <blloyd@familyhonor.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa
2014-06-13 13:33:05 +02:00
parent 6585a4e479
commit 0c8de928a2
2 changed files with 22 additions and 2 deletions
@@ -0,0 +1,18 @@
The latest driver corrected a number of issues and compiles without
warnings with just one patch. The header included by the given patch
is already included in the geode master line, so will not be be
required after the next geode version release.
Upstream-Status: Backport
diff -up xf86-video-geode-2.11.14/src/geode_dcon.c.jx xf86-video-geode-2.11.14/src/geode_dcon.c
--- xf86-video-geode-2.11.14/src/geode_dcon.c.jx 2012-11-24 05:01:15.000000000 -0500
+++ xf86-video-geode-2.11.14/src/geode_dcon.c 2013-10-25 16:19:35.950234174 -0400
@@ -29,6 +29,7 @@
/* Includes that are used by all drivers */
#include <xf86.h>
+#include <xf86Modes.h>
#include <xf86_OSproc.h>
#include <compiler.h>
@@ -4,8 +4,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e7f3e39474aeea5af381a8e103dafc36"
SUMMARY = "X.org server -- Geode GX2/LX display driver" SUMMARY = "X.org server -- Geode GX2/LX display driver"
PR = "${INC_PR}.0" PR = "${INC_PR}.0"
SRC_URI[md5sum] = "c9a4e1c5438240e5bdce332f92df9163" SRC_URI[md5sum] = "7dafd19e274c771539b6d4d459423ccf"
SRC_URI[sha256sum] = "4c750b46c932934faa008919922f5ac8a572afcfe265ac8d7c203b8167a0cfcc" SRC_URI[sha256sum] = "00db3bd697b32286eb0e42f5dbd7fcc8d7255dd11c299b1ee16a06a244868ff0"
SRC_URI += "file://xf86SetModeDefaultName.patch"
COMPATIBLE_HOST = "i.86.*-linux" COMPATIBLE_HOST = "i.86.*-linux"