[oe-commits] Martin Jansa : xf86-video-glamo: add patch for segmentation fault while adding modes without name

git version control git at git.openembedded.org
Tue Jun 29 15:22:47 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 9d2c6c473188d76b2d5b119a064986fb796cb41f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9d2c6c473188d76b2d5b119a064986fb796cb41f

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Tue Jun 29 14:23:16 2010 +0200

xf86-video-glamo: add patch for segmentation fault while adding modes without name

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/xorg-driver/xf86-video-glamo_git.bb |    5 +++--
 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 44d2e3d..9ab0b92 100644
--- a/recipes/xorg-driver/xf86-video-glamo_git.bb
+++ b/recipes/xorg-driver/xf86-video-glamo_git.bb
@@ -4,9 +4,10 @@ DEPENDS += "libdrm"
 RDEPENDS_${PN} = "xserver-xorg-extension-dri xserver-xorg-extension-dri2 xserver-xorg-extension-glx mesa-dri"
 PE = "2"
 PV = "1.0.0+gitr${SRCPV}"
-PR = "${INC_PR}.2"
+PR = "${INC_PR}.3"
 
-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://0001-glamo-output-initialize-mode-name-to-NULL.patch"
 
 S = "${WORKDIR}/git"
 SRCREV = "e43cf499d0df41eb6ca2a1a7c21af71e31207635"





More information about the Openembedded-commits mailing list