python_2.3.3.oe:
authorPhil Blundell <philb@gnu.org>
Sat, 15 May 2004 13:23:59 +0000 (13:23 +0000)
committerPhil Blundell <philb@gnu.org>
Sat, 15 May 2004 13:23:59 +0000 (13:23 +0000)
  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

fontconfig/fontconfig-2.2.94/fc-glyphname.patch [new file with mode: 0644]
fontconfig/fontconfig-2.2.94/fc-lang.patch [new file with mode: 0644]
fontconfig/fontconfig_2.2.94.oe [new file with mode: 0644]
openobex/openobex-1.0.1/syms.patch [new file with mode: 0644]
openobex/openobex_1.0.1.oe
python/python_2.3.3.oe

diff --git a/fontconfig/fontconfig-2.2.94/fc-glyphname.patch b/fontconfig/fontconfig-2.2.94/fc-glyphname.patch
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/fontconfig/fontconfig-2.2.94/fc-lang.patch b/fontconfig/fontconfig-2.2.94/fc-lang.patch
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/fontconfig/fontconfig_2.2.94.oe b/fontconfig/fontconfig_2.2.94.oe
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/openobex/openobex-1.0.1/syms.patch b/openobex/openobex-1.0.1/syms.patch
new file mode 100644 (file)
index 0000000..e69de29
index 923a998..5fc148f 100644 (file)
@@ -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 
 
index 55fe3ef..c156dd8 100644 (file)
@@ -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