aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-driver/xf86-video-geode_2.11.2.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2009-05-22 22:14:04 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2009-05-24 19:09:42 -0300
commit16633cd9e9549175fb4682b35bff1f60ce268e98 (patch)
tree279bd6c95ea83e3048309733d4c2962a6ce475e6 /recipes/xorg-driver/xf86-video-geode_2.11.2.bb
parent415d39568034fd520a52681c00420aefa4939146 (diff)
downloadopenembedded-16633cd9e9549175fb4682b35bff1f60ce268e98.tar.gz
xf86-video-geode: fix GPIO probing and RandR init
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes/xorg-driver/xf86-video-geode_2.11.2.bb')
-rw-r--r--recipes/xorg-driver/xf86-video-geode_2.11.2.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes/xorg-driver/xf86-video-geode_2.11.2.bb b/recipes/xorg-driver/xf86-video-geode_2.11.2.bb
index 380ce2ea0b..5f1cc3ad03 100644
--- a/recipes/xorg-driver/xf86-video-geode_2.11.2.bb
+++ b/recipes/xorg-driver/xf86-video-geode_2.11.2.bb
@@ -1,5 +1,10 @@
require xorg-driver-video.inc
PE = "1"
+PR = "r1"
COMPATIBLE_HOST = 'i.86.*-linux'
DESCRIPTION = "X.org server -- Geode GX2/LX display driver"
+
+SRC_URI += "file://0001-probe-GPIO-device-before-asking-for-base_addr.patch;patch=1 \
+ file://0002-GX-fix-RandR-to-properly-use-dixSetPrivate.patch;patch=1 \
+ "