aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-05-15 13:23:59 +0000
committerPhil Blundell <philb@gnu.org>2004-05-15 13:23:59 +0000
commitcd3fc7964c02bd4ff02c55360579abf41aac56b2 (patch)
tree22cb680dc6fb576ee91499b188e7bb5eec7c063d
parentb709e21beeef14aef785627968bb49a2a6ac7724 (diff)
downloadopenembedded-cd3fc7964c02bd4ff02c55360579abf41aac56b2.tar.gz
python_2.3.3.oe:
blow away old aclocal.m4 before running autoreconf syms.patch, openobex_1.0.1.oe: backport patch from HEAD to fix exported symbol list syms.patch, fontconfig_2.2.94.oe, fc-lang.patch, fc-glyphname.patch: new file fontconfig_2.2.94.oe, fc-lang.patch, fc-glyphname.patch: update fontconfig to 2.2.94 BKrev: 40a619efBfEoPp6mdnjHpBy-s6EP4w
-rw-r--r--fontconfig/fontconfig-2.2.94/fc-glyphname.patch0
-rw-r--r--fontconfig/fontconfig-2.2.94/fc-lang.patch0
-rw-r--r--fontconfig/fontconfig_2.2.94.oe0
-rw-r--r--openobex/openobex-1.0.1/syms.patch0
-rw-r--r--openobex/openobex_1.0.1.oe3
-rw-r--r--python/python_2.3.3.oe5
6 files changed, 7 insertions, 1 deletions
diff --git a/fontconfig/fontconfig-2.2.94/fc-glyphname.patch b/fontconfig/fontconfig-2.2.94/fc-glyphname.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/fontconfig/fontconfig-2.2.94/fc-glyphname.patch
diff --git a/fontconfig/fontconfig-2.2.94/fc-lang.patch b/fontconfig/fontconfig-2.2.94/fc-lang.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/fontconfig/fontconfig-2.2.94/fc-lang.patch
diff --git a/fontconfig/fontconfig_2.2.94.oe b/fontconfig/fontconfig_2.2.94.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/fontconfig/fontconfig_2.2.94.oe
diff --git a/openobex/openobex-1.0.1/syms.patch b/openobex/openobex-1.0.1/syms.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/openobex/openobex-1.0.1/syms.patch
diff --git a/openobex/openobex_1.0.1.oe b/openobex/openobex_1.0.1.oe
index 923a998437..5fc148fae7 100644
--- a/openobex/openobex_1.0.1.oe
+++ b/openobex/openobex_1.0.1.oe
@@ -3,7 +3,8 @@ DESCRIPTION = "The Openobex project aims to make an \
open source implementation of the Object Exchange \
(OBEX) protocol."
-SRC_URI = "${SOURCEFORGE_MIRROR}/openobex/openobex-${PV}.tar.gz"
+SRC_URI = "${SOURCEFORGE_MIRROR}/openobex/openobex-${PV}.tar.gz \
+ file://${FILESDIR}/syms.patch;patch=1"
inherit autotools
diff --git a/python/python_2.3.3.oe b/python/python_2.3.3.oe
index 55fe3efa90..c156dd8826 100644
--- a/python/python_2.3.3.oe
+++ b/python/python_2.3.3.oe
@@ -17,6 +17,11 @@ inherit autotools
EXTRA_OECONF = "--with-threads --with-pymalloc --with-cyclic-gc"
+do_configure_prepend() {
+ # blow this away so that autoreconf will regenerate it
+ rm -f aclocal.m4
+}
+
#
# copy config.h and an appropriate Makefile for distutils.sysconfig
# which laters uses the information out of these to compile extensions