[oe-commits] Dexuan Cui : libxfont: remove the unused no-scalable-crash.patch

git at git.openembedded.org git at git.openembedded.org
Fri Dec 2 15:32:01 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 395dcd212909f69a099c52ff8536a750da71ef2b
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=395dcd212909f69a099c52ff8536a750da71ef2b

Author: Dexuan Cui <dexuan.cui at intel.com>
Date:   Fri Dec  2 11:27:00 2011 +0800

libxfont: remove the unused no-scalable-crash.patch

Signed-off-by: Dexuan Cui <dexuan.cui at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../xorg-lib/libxfont/no-scalable-crash.patch      |   24 --------------------
 1 files changed, 0 insertions(+), 24 deletions(-)

diff --git a/meta/recipes-graphics/xorg-lib/libxfont/no-scalable-crash.patch b/meta/recipes-graphics/xorg-lib/libxfont/no-scalable-crash.patch
deleted file mode 100644
index b3c58af..0000000
--- a/meta/recipes-graphics/xorg-lib/libxfont/no-scalable-crash.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Upstream-Status: Pending
-
---- /tmp/fontdir.c	2006-08-01 16:17:22.000000000 +0200
-+++ libXfont-1.2.0/src/fontfile/fontdir.c	2006-08-01 16:20:37.248306000 +0200
-@@ -695,6 +695,11 @@
-      */
-     if (isscale)
-     {
-+	/* If the fontname says it is scalable, make sure that the
-+  	 * renderer supports OpenScalable and GetInfoScalable.
-+	 */
-+       if (renderer->OpenScalable && renderer->GetInfoScalable)
-+       {
- 	if (vals.values_supplied & SIZE_SPECIFY_MASK)
- 	{
- 	    bzero((char *)&zeroVals, sizeof(zeroVals));
-@@ -794,6 +799,7 @@
-                                            bitmap->name.name);
-             }
- 	}
-+       }
-     }
-     return TRUE;
- }





More information about the Openembedded-commits mailing list