aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-driver/xf86-video-glamo_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-05-19 23:03:01 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-05-19 23:14:08 +0200
commit81a3db27c33d87401b33362c58f26ad69e2d7b4e (patch)
tree9883b73f302109b63f3e2a9b6177aa9fe6314e57 /recipes/xorg-driver/xf86-video-glamo_git.bb
parent9ea3fb75e6b04bfee8b8d17bbc0ea0d6a6ff41e9 (diff)
downloadopenembedded-81a3db27c33d87401b33362c58f26ad69e2d7b4e.tar.gz
xf86-video-glamo: bump SRCREV, remove pushed patch and -pedantic removal (already in git)
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.bb10
1 files changed, 2 insertions, 8 deletions
diff --git a/recipes/xorg-driver/xf86-video-glamo_git.bb b/recipes/xorg-driver/xf86-video-glamo_git.bb
index 6d95e8c32b..91fd549084 100644
--- a/recipes/xorg-driver/xf86-video-glamo_git.bb
+++ b/recipes/xorg-driver/xf86-video-glamo_git.bb
@@ -1,19 +1,13 @@
require xorg-driver-video.inc
-SRC_URI = "git://git.openmoko.org/git/xf86-video-glamo.git;protocol=git;branch=master \
- file://modesetting.patch;patch=1"
+SRC_URI = "git://git.openmoko.org/git/xf86-video-glamo.git;protocol=git;branch=master"
S = "${WORKDIR}/git"
-SRCREV = "77b6d1b7363d3ff28f063ed92c9ed47194f70b20"
+SRCREV = "a5ef0525ab34d7d5590aba51651ae1a6f40858bc"
PV = "1.0.0+gitr${SRCPV}"
PE = "2"
PR = "r5"
-do_configure_prepend() {
- # pedantic emits warning about GCC extension used in xserver header file edid.h (from version 1.8) and because of -Werror it fill fail
- sed -i 's/ -pedantic / /g' ${S}/src/Makefile.am
-}
-
RDEPENDS = "xserver-xorg-extension-dri xserver-xorg-extension-dri2 xserver-xorg-extension-glx mesa-dri"
DEPENDS += "libdrm"