diff options
author | Chris Larson <kergoth@openedhand.com> | 2006-08-18 08:07:24 +0000 |
---|---|---|
committer | Chris Larson <kergoth@openedhand.com> | 2006-08-18 08:07:24 +0000 |
commit | 10984ecd54feed390029271f4a82708e431bcfcb (patch) | |
tree | c06a5d2dc2ab55436549517a622adb98fdd880ec /meta/packages/fontconfig | |
parent | 7b8d7fed531944058d79a678042eadf45ec0ffe5 (diff) | |
download | poky-10984ecd54feed390029271f4a82708e431bcfcb.tar.gz |
fontconfig-native: call out freetype-config-native, not freetype-config. the inadvertant inclusion of the target staging dirs in the lib search paths can break the x86 builds.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@615 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/fontconfig')
-rw-r--r-- | meta/packages/fontconfig/fontconfig-native_2.2.95.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/fontconfig/fontconfig-native_2.2.95.bb b/meta/packages/fontconfig/fontconfig-native_2.2.95.bb index 6872db92f1..721f067bf6 100644 --- a/meta/packages/fontconfig/fontconfig-native_2.2.95.bb +++ b/meta/packages/fontconfig/fontconfig-native_2.2.95.bb | |||
@@ -1,12 +1,13 @@ | |||
1 | SECTION = "base" | 1 | SECTION = "base" |
2 | LICENSE = "BSD" | 2 | LICENSE = "BSD" |
3 | include fontconfig_${PV}.bb | 3 | require fontconfig_${PV}.bb |
4 | inherit native | 4 | inherit native |
5 | DEPENDS = "freetype-native expat-native zlib-native" | 5 | DEPENDS = "freetype-native expat-native zlib-native" |
6 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/fontconfig-${PV}" | 6 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/fontconfig-${PV}" |
7 | SRC_URI += " file://stop-fc-cache.patch;patch=1" | 7 | SRC_URI += " file://stop-fc-cache.patch;patch=1" |
8 | 8 | ||
9 | EXTRA_OEMAKE = "" | 9 | EXTRA_OEMAKE = "" |
10 | EXTRA_OECONF += "--with-freetype-config=${STAGING_BINDIR}/freetype-config-native" | ||
10 | 11 | ||
11 | do_stage () { | 12 | do_stage () { |
12 | oe_runmake install | 13 | oe_runmake install |