[oe-commits] Martin Jansa : xf86-video-glamo: bump SRCREV, remove applied patch

git version control git at git.openembedded.org
Wed Jun 30 20:51:26 UTC 2010


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Jun 30 22:50:13 2010 +0200

xf86-video-glamo: bump SRCREV, remove applied patch

---

 ...glamo-output-initialize-mode-name-to-NULL.patch |   25 --------------------
 recipes/xorg-driver/xf86-video-glamo_git.bb        |    3 +-
 2 files changed, 1 insertions(+), 27 deletions(-)

diff --git a/recipes/xorg-driver/xf86-video-glamo/0001-glamo-output-initialize-mode-name-to-NULL.patch b/recipes/xorg-driver/xf86-video-glamo/0001-glamo-output-initialize-mode-name-to-NULL.patch
deleted file mode 100644
index 8912344..0000000
--- a/recipes/xorg-driver/xf86-video-glamo/0001-glamo-output-initialize-mode-name-to-NULL.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 993affdb7cdcc4d2bd9c5df784c2d61c75d34701 Mon Sep 17 00:00:00 2001
-From: Martin Jansa <Martin.Jansa at gmail.com>
-Date: Wed, 30 Jun 2010 10:05:23 +0200
-Subject: [PATCH] glamo-output: initialize mode name to NULL with calloc
-
----
- src/glamo-output.c |    2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/src/glamo-output.c b/src/glamo-output.c
-index 10a0f8e..eea3cb2 100644
---- a/src/glamo-output.c
-+++ b/src/glamo-output.c
-@@ -165,7 +165,7 @@ GlamoOutputInit(ScrnInfoPtr pScrn) {
-     output->driver_private = pGlamoOutput;
-     pGlamoOutput->modes = NULL;
- 
--    mode = xnfalloc(sizeof(DisplayModeRec));
-+    mode = xnfcalloc(1, sizeof(DisplayModeRec));
-     if (!mode)
-         return;
- 
--- 
-1.7.1
-
diff --git a/recipes/xorg-driver/xf86-video-glamo_git.bb b/recipes/xorg-driver/xf86-video-glamo_git.bb
index 71fa207..d080181 100644
--- a/recipes/xorg-driver/xf86-video-glamo_git.bb
+++ b/recipes/xorg-driver/xf86-video-glamo_git.bb
@@ -7,10 +7,9 @@ PV = "1.0.0+gitr${SRCPV}"
 PR = "${INC_PR}.4"
 
 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"
+SRCREV = "16af3c00195adc68cbd508e3613be4b2349260b3"
 
 EXTRA_OECONF = " --enable-kms "





More information about the Openembedded-commits mailing list