summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorChris Larson <kergoth@openedhand.com>2006-08-18 08:07:24 +0000
committerChris Larson <kergoth@openedhand.com>2006-08-18 08:07:24 +0000
commit10984ecd54feed390029271f4a82708e431bcfcb (patch)
treec06a5d2dc2ab55436549517a622adb98fdd880ec /meta
parent7b8d7fed531944058d79a678042eadf45ec0ffe5 (diff)
downloadpoky-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')
-rw-r--r--meta/packages/fontconfig/fontconfig-native_2.2.95.bb3
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 @@
1SECTION = "base" 1SECTION = "base"
2LICENSE = "BSD" 2LICENSE = "BSD"
3include fontconfig_${PV}.bb 3require fontconfig_${PV}.bb
4inherit native 4inherit native
5DEPENDS = "freetype-native expat-native zlib-native" 5DEPENDS = "freetype-native expat-native zlib-native"
6FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/fontconfig-${PV}" 6FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/fontconfig-${PV}"
7SRC_URI += " file://stop-fc-cache.patch;patch=1" 7SRC_URI += " file://stop-fc-cache.patch;patch=1"
8 8
9EXTRA_OEMAKE = "" 9EXTRA_OEMAKE = ""
10EXTRA_OECONF += "--with-freetype-config=${STAGING_BINDIR}/freetype-config-native"
10 11
11do_stage () { 12do_stage () {
12 oe_runmake install 13 oe_runmake install