diff options
| author | Richard Purdie <richard@openedhand.com> | 2008-04-14 23:25:16 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2008-04-14 23:25:16 +0000 |
| commit | 52f94fa001d4f6d94427685e9e66032969209dd4 (patch) | |
| tree | b601f7fcebca67202f0a7a08ab0e8cb926baaa7b | |
| parent | 993b552e4034921b2ac9d761b687a39024ac9dcb (diff) | |
| download | poky-52f94fa001d4f6d94427685e9e66032969209dd4.tar.gz | |
fontconfig: Tweak configure for libtool 2.2.2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4268 311d38ba-8fff-0310-9ca6-ca027cbcb966
| -rw-r--r-- | meta/packages/fontconfig/fontconfig-2.4.2/configure_fix.patch | 16 | ||||
| -rw-r--r-- | meta/packages/fontconfig/fontconfig_2.4.2.bb | 5 |
2 files changed, 19 insertions, 2 deletions
diff --git a/meta/packages/fontconfig/fontconfig-2.4.2/configure_fix.patch b/meta/packages/fontconfig/fontconfig-2.4.2/configure_fix.patch new file mode 100644 index 0000000000..feea1b36a8 --- /dev/null +++ b/meta/packages/fontconfig/fontconfig-2.4.2/configure_fix.patch | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | Libtool 2.2.2 requires this is used with AC_SUBST | ||
| 2 | |||
| 3 | RP - 14/4/08 | ||
| 4 | |||
| 5 | Index: fontconfig-2.4.2/configure.in | ||
| 6 | =================================================================== | ||
| 7 | --- fontconfig-2.4.2.orig/configure.in 2008-04-15 00:20:54.000000000 +0100 | ||
| 8 | +++ fontconfig-2.4.2/configure.in 2008-04-14 14:37:40.000000000 +0100 | ||
| 9 | @@ -46,6 +46,7 @@ | ||
| 10 | AC_SUBST(LT_CURRENT) | ||
| 11 | AC_SUBST(LT_REVISION) | ||
| 12 | LT_AGE=2 | ||
| 13 | +AC_SUBST(LT_AGE) | ||
| 14 | |||
| 15 | LT_VERSION_INFO="$LT_CURRENT:$LT_REVISION:$LT_AGE" | ||
| 16 | AC_SUBST(LT_VERSION_INFO) | ||
diff --git a/meta/packages/fontconfig/fontconfig_2.4.2.bb b/meta/packages/fontconfig/fontconfig_2.4.2.bb index 6bc712b296..9632770f79 100644 --- a/meta/packages/fontconfig/fontconfig_2.4.2.bb +++ b/meta/packages/fontconfig/fontconfig_2.4.2.bb | |||
| @@ -3,9 +3,10 @@ LICENSE = "BSD" | |||
| 3 | DESCRIPTION = "A library for configuring and customizing font access." | 3 | DESCRIPTION = "A library for configuring and customizing font access." |
| 4 | DEPENDS = "expat freetype freetype-native zlib" | 4 | DEPENDS = "expat freetype freetype-native zlib" |
| 5 | 5 | ||
| 6 | SRC_URI = "http://fontconfig.org/release/fontconfig-${PV}.tar.gz" | 6 | SRC_URI = "http://fontconfig.org/release/fontconfig-${PV}.tar.gz \ |
| 7 | file://configure_fix.patch;patch=1" | ||
| 7 | 8 | ||
| 8 | PR = "r0" | 9 | PR = "r9" |
| 9 | 10 | ||
| 10 | PACKAGES =+ "fontconfig-utils-dbg fontconfig-utils " | 11 | PACKAGES =+ "fontconfig-utils-dbg fontconfig-utils " |
| 11 | FILES_fontconfig-utils-dbg = "${bindir}/*.dbg" | 12 | FILES_fontconfig-utils-dbg = "${bindir}/*.dbg" |
