aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-driver
diff options
context:
space:
mode:
authorDenis Carikli <GNUtoo@no-log.org>2011-05-13 20:43:04 +0000
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2011-05-14 12:56:50 +0200
commitfa0d163afefe65e6aa7325712accff6c717c4a30 (patch)
tree12b8a85c28dde59d7b67bdc3c14ec236ba574cf3 /recipes/xorg-driver
parent0083d4ba26d99743177ec64700a3fd1c704d38d6 (diff)
downloadopenembedded-fa0d163afefe65e6aa7325712accff6c717c4a30.tar.gz
xf86-video-omapfb: use newer srcrev(fix segmentation fault for bug20)
Without that fix Xorg go in segmentation fault when you insert the bugview module(the module that has an hdmi and vga output) Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Acked-by: Stefan Schmidt <stefan@buglabs.net>
Diffstat (limited to 'recipes/xorg-driver')
-rw-r--r--recipes/xorg-driver/xf86-video-omapfb_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/xorg-driver/xf86-video-omapfb_git.bb b/recipes/xorg-driver/xf86-video-omapfb_git.bb
index fce8ff83a4..bd81264871 100644
--- a/recipes/xorg-driver/xf86-video-omapfb_git.bb
+++ b/recipes/xorg-driver/xf86-video-omapfb_git.bb
@@ -2,7 +2,7 @@ require xorg-driver-video.inc
DESCRIPTION = "X.Org X server -- OMAP display driver"
PE = "1"
PV = "0.1.1+${PR}+gitr${SRCREV}"
-PR = "${INC_PR}.2"
+PR = "${INC_PR}.3"
SRC_URI = "git://git.pingu.fi/xf86-video-omapfb.git;protocol=http \
file://0001-blacklist-tv-out.patch \
@@ -10,7 +10,7 @@ SRC_URI = "git://git.pingu.fi/xf86-video-omapfb.git;protocol=http \
file://0003-force-plain-mode.patch \
"
-SRCREV = "044617665d6737f4909aab96f91b06261dff05d2"
+SRCREV = "28c006c94e57ea71df11ec4fff79d7ffcfc4860f"
S = "${WORKDIR}/git"
EXTRA_OECONF_armv7a = " --enable-neon "