]> code.ossystems Code Review - openembedded-core.git/commitdiff
libxfont: remove the unused no-scalable-crash.patch
authorDexuan Cui <dexuan.cui@intel.com>
Fri, 2 Dec 2011 03:27:00 +0000 (11:27 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 2 Dec 2011 15:26:54 +0000 (15:26 +0000)
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/xorg-lib/libxfont/no-scalable-crash.patch [deleted file]

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 (file)
index b3c58af..0000000
+++ /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;
- }