[oe-commits] Enrico Scholz : freetype: fixed broken patches

git version control git at git.openembedded.org
Thu Jul 15 10:11:48 UTC 2010


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

Author: Enrico Scholz <enrico.scholz at sigma-chemnitz.de>
Date:   Thu Jul 15 11:56:58 2010 +0200

freetype: fixed broken patches

Patches in aaac36c39e301995029cb40ae40fa8af277694dc are malformed
because they were cherrypicked with global 'apply.whitespace=fix'.

Signed-off-by: Enrico Scholz <enrico.scholz at sigma-chemnitz.de>

---

 .../freetype/freetype-2.3.12/fix-configure.patch   |    4 ++--
 recipes/freetype/freetype-2.3.12/libtool-tag.patch |   12 ++++++------
 recipes/freetype/freetype_2.3.12.bb                |    2 +-
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/recipes/freetype/freetype-2.3.12/fix-configure.patch b/recipes/freetype/freetype-2.3.12/fix-configure.patch
index 78e76eb..ecd9673 100644
--- a/recipes/freetype/freetype-2.3.12/fix-configure.patch
+++ b/recipes/freetype/freetype-2.3.12/fix-configure.patch
@@ -4,8 +4,8 @@ Index: freetype-2.3.6/builds/unix/configure.ac
 +++ freetype-2.3.6/builds/unix/configure.ac
 @@ -506,8 +506,6 @@ AC_SUBST([FT2_EXTRA_LIBS])
  AC_SUBST([SYSTEM_ZLIB])
-
-
+ 
+ 
 -LT_INIT(win32-dll)
 -
  AC_SUBST([hardcode_libdir_flag_spec])
diff --git a/recipes/freetype/freetype-2.3.12/libtool-tag.patch b/recipes/freetype/freetype-2.3.12/libtool-tag.patch
index 356a256..2f096cd 100644
--- a/recipes/freetype/freetype-2.3.12/libtool-tag.patch
+++ b/recipes/freetype/freetype-2.3.12/libtool-tag.patch
@@ -1,16 +1,16 @@
---- freetype-2.3.6/builds/unix/unix-cc.in
-+++ freetype-2.3.6/builds/unix/unix-cc.in
-@@ -88,7 +88,7 @@
+--- freetype-2.3.6/builds/unix/unix-cc.in	
++++ freetype-2.3.6/builds/unix/unix-cc.in	
+@@ -88,7 +88,7 @@ 
  #
  #
  CCraw := $(CC)
 -CC    := $(LIBTOOL) --mode=compile $(CCraw)
 +CC    := $(LIBTOOL) --tag=CC --mode=compile $(CCraw)
-
+ 
  # Linker flags.
  #
-@@ -105,7 +105,7 @@
-
+@@ -105,7 +105,7 @@ 
+ 
  # Library linking
  #
 -LINK_LIBRARY = $(LIBTOOL) --mode=link $(CCraw) -o $@ $(OBJECTS_LIST) \
diff --git a/recipes/freetype/freetype_2.3.12.bb b/recipes/freetype/freetype_2.3.12.bb
index 6056760..eda6ee5 100644
--- a/recipes/freetype/freetype_2.3.12.bb
+++ b/recipes/freetype/freetype_2.3.12.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "Freetype font rendering library"
 SECTION = "libs"
 LICENSE = "freetype"
-PR = "r1"
+PR = "r2"
 DEPENDS = "zlib"
 
 SRC_URI = "\





More information about the Openembedded-commits mailing list