summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/fontconfig
diff options
context:
space:
mode:
authorChris Lord <chris@openedhand.com>2006-02-07 04:22:50 +0000
committerChris Lord <chris@openedhand.com>2006-02-07 04:22:50 +0000
commit4fbba6350edd17d9272a668b5ba564f558974a94 (patch)
treedafc821fd7b7d4ec5e08966b6ac479f50f94e5df /openembedded/packages/fontconfig
parentef60244cc4a28777efdaed9260e8c7ae4872e2b1 (diff)
downloadpoky-4fbba6350edd17d9272a668b5ba564f558974a94.tar.gz
Add curl (new dependency of Web), fix a fontconfig-native build issue,
update gtkhtml2 patches and update to a newer more functional Web snapshot git-svn-id: https://svn.o-hand.com/repos/poky@251 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/fontconfig')
-rw-r--r--openembedded/packages/fontconfig/files/stop-fc-cache.patch8
-rw-r--r--openembedded/packages/fontconfig/fontconfig-native_2.2.95.bb1
2 files changed, 9 insertions, 0 deletions
diff --git a/openembedded/packages/fontconfig/files/stop-fc-cache.patch b/openembedded/packages/fontconfig/files/stop-fc-cache.patch
new file mode 100644
index 0000000000..7b549118f9
--- /dev/null
+++ b/openembedded/packages/fontconfig/files/stop-fc-cache.patch
@@ -0,0 +1,8 @@
1--- fontconfig-2.2.95/Makefile.am.old 2006-02-07 01:01:01.000000000 +0000
2+++ fontconfig-2.2.95/Makefile.am 2006-02-07 01:01:15.000000000 +0000
3@@ -50,4 +50,4 @@
4 echo " $(INSTALL_DATA) local.conf $(DESTDIR)$(configdir)/local.conf"; \
5 $(INSTALL_DATA) local.conf $(DESTDIR)$(configdir)/local.conf; \
6 fi; fi; fi
7- if [ x$(DESTDIR) = x ]; then fc-cache/fc-cache -f -v; fi
8+# if [ x$(DESTDIR) = x ]; then fc-cache/fc-cache -f -v; fi
diff --git a/openembedded/packages/fontconfig/fontconfig-native_2.2.95.bb b/openembedded/packages/fontconfig/fontconfig-native_2.2.95.bb
index bc988e0ee2..6872db92f1 100644
--- a/openembedded/packages/fontconfig/fontconfig-native_2.2.95.bb
+++ b/openembedded/packages/fontconfig/fontconfig-native_2.2.95.bb
@@ -4,6 +4,7 @@ include 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"
7 8
8EXTRA_OEMAKE = "" 9EXTRA_OEMAKE = ""
9 10