summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/freetype/freetype-2.4.6/no-hardcode.patch
diff options
context:
space:
mode:
authorDexuan Cui <dexuan.cui@intel.com>2011-08-16 16:17:28 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-17 15:14:57 +0100
commit8c9add68f4b05a7c21310881e71ce0cff4d656a7 (patch)
treeb037494c56af5825739b36cfe09098354c3ffefd /meta/recipes-graphics/freetype/freetype-2.4.6/no-hardcode.patch
parentce6a08ce956eaa4bbf14885044d2772114235b00 (diff)
downloadpoky-8c9add68f4b05a7c21310881e71ce0cff4d656a7.tar.gz
freetype: upgrade from 2.4.4 to 2.4.6
freetype-2.4.6/docs/LICENSE.TXT changed a little to describe more clearly the compatibility about FreeTypeLicense and GPLv2+, but the actual license remains unchanged: it's still LICENSE = "FreeTypeLicense | GPLv2+". (From OE-Core rev: 06e0d50a936c01d4f02e7208b7e3784947436462) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/freetype/freetype-2.4.6/no-hardcode.patch')
-rw-r--r--meta/recipes-graphics/freetype/freetype-2.4.6/no-hardcode.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-graphics/freetype/freetype-2.4.6/no-hardcode.patch b/meta/recipes-graphics/freetype/freetype-2.4.6/no-hardcode.patch
new file mode 100644
index 0000000000..0f21d1ff26
--- /dev/null
+++ b/meta/recipes-graphics/freetype/freetype-2.4.6/no-hardcode.patch
@@ -0,0 +1,13 @@
1Upstream-Status: Inappropriate [configuration]
2
3--- freetype-2.1.10/builds/unix/freetype-config.in.old 2006-05-01 12:39:20.000000000 +0100
4+++ freetype-2.1.10/builds/unix/freetype-config.in 2006-05-01 12:39:34.000000000 +0100
5@@ -16,7 +16,7 @@
6 libdir=@libdir@
7 enable_shared=@enable_shared@
8 wl=@wl@
9-hardcode_libdir_flag_spec='@hardcode_libdir_flag_spec@'
10+hardcode_libdir_flag_spec=''
11
12 usage()
13 {