diff options
| author | Dexuan Cui <dexuan.cui@intel.com> | 2010-07-02 16:01:33 +0800 |
|---|---|---|
| committer | Saul Wold <Saul.Wold@intel.com> | 2010-07-02 15:32:46 -0700 |
| commit | efdb82b4b59079933a02e01296ddfb33b2e108c6 (patch) | |
| tree | 7b6fddac523a137996d57e95c7a6528c7c132be0 /meta/packages/fontconfig/fontconfig-2.8.0 | |
| parent | 95bc479d92ca46173b520fddfae983068d38562d (diff) | |
| download | poky-efdb82b4b59079933a02e01296ddfb33b2e108c6.tar.gz | |
fontconfig and fontconfig-native: upgrade to the latest version 2.8.0
fontconfig-native requires fontconfig, so upgraded both recipes;
renamed the patch directory from fontconfig-2.6.0 to fontconfig-2.8.0;
slightly rebased fix-pkgconfig.patch;
added HOMEPAGE, BUGTRACKER, LICENSE and LIC_FILES_CHKSUM;
updated LICENSE from "BSD" to "MIT-style & MIT & Public Domain";
reset PR to "r0".
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'meta/packages/fontconfig/fontconfig-2.8.0')
| -rw-r--r-- | meta/packages/fontconfig/fontconfig-2.8.0/97_fontconfig | 1 | ||||
| -rw-r--r-- | meta/packages/fontconfig/fontconfig-2.8.0/fix-pkgconfig.patch | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/meta/packages/fontconfig/fontconfig-2.8.0/97_fontconfig b/meta/packages/fontconfig/fontconfig-2.8.0/97_fontconfig new file mode 100644 index 0000000000..2993959dbb --- /dev/null +++ b/meta/packages/fontconfig/fontconfig-2.8.0/97_fontconfig | |||
| @@ -0,0 +1 @@ | |||
| d root root 0755 /var/cache/fontconfig none | |||
diff --git a/meta/packages/fontconfig/fontconfig-2.8.0/fix-pkgconfig.patch b/meta/packages/fontconfig/fontconfig-2.8.0/fix-pkgconfig.patch new file mode 100644 index 0000000000..7fec1e9104 --- /dev/null +++ b/meta/packages/fontconfig/fontconfig-2.8.0/fix-pkgconfig.patch | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | --- | ||
| 2 | fontconfig.pc.in | 2 +- | ||
| 3 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 4 | |||
| 5 | --- fontconfig-2.8.0.orig/fontconfig.pc.in | ||
| 6 | +++ fontconfig-2.8.0/fontconfig.pc.in | ||
| 7 | @@ -7,5 +7,5 @@ | ||
| 8 | Description: Font configuration and customization library | ||
| 9 | Version: @VERSION@ | ||
| 10 | Libs: -L${libdir} -lfontconfig | ||
| 11 | -Libs.private: @LIBXML2_LIBS@ @EXPAT_LIBS@ @FREETYPE_LIBS@ @ICONV_LIBS@ | ||
| 12 | +Libs.private: @LIBXML2_LIBS@ @EXPAT_LIBS@ -L{libdir} -lfreetype @ICONV_LIBS@ | ||
| 13 | Cflags: -I${includedir} | ||
