aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-driver/xf86-video-glamo_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-06-22 17:25:01 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-06-22 20:05:30 +0200
commit51142306bf9e1f647678fce351ea90ceb71af1f7 (patch)
tree01119ddf91cd0cf77dce3131d8213ae37fb26ccb /recipes/xorg-driver/xf86-video-glamo_git.bb
parent5cb3bdc4a3151c4ee9f7822e75ac9bf6d70395a4 (diff)
downloadopenembedded-51142306bf9e1f647678fce351ea90ceb71af1f7.tar.gz
xf86-video-glamo: add patch removing alloc calls deprecated in xserver 1.9 RC1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-driver/xf86-video-glamo_git.bb')
-rw-r--r--recipes/xorg-driver/xf86-video-glamo_git.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/xorg-driver/xf86-video-glamo_git.bb b/recipes/xorg-driver/xf86-video-glamo_git.bb
index e2462ab8c4..2c9be4dd8a 100644
--- a/recipes/xorg-driver/xf86-video-glamo_git.bb
+++ b/recipes/xorg-driver/xf86-video-glamo_git.bb
@@ -1,5 +1,6 @@
require xorg-driver-video.inc
-SRC_URI = "git://git.openmoko.org/git/xf86-video-glamo.git;protocol=git;branch=master"
+SRC_URI = "git://git.openmoko.org/git/xf86-video-glamo.git;protocol=git;branch=master \
+ file://remove_deprecated.patch"
S = "${WORKDIR}/git"
@@ -13,4 +14,4 @@ DEPENDS += "libdrm"
DESCRIPTION = "X.Org X server -- Glamo display driver with KMS support"
EXTRA_OECONF = " --enable-kms "
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"