From patchwork Fri May 13 12:43:04 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [06/12] xf86-video-omapfb: use newer srcrev(fix segmentation fault for bug20) Date: Fri, 13 May 2011 12:43:04 -0000 From: Denis Carikli X-Patchwork-Id: 3953 Message-Id: <1305290588-7057-6-git-send-email-GNUtoo@no-log.org> To: Stefan Schmidt Cc: openembedded-devel@lists.openembedded.org 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 Acked-by: Stefan Schmidt Acked-by: Koen Kooi --- recipes/xorg-driver/xf86-video-omapfb_git.bb | 4 ++-- 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 fce8ff8..bd81264 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 "