diff options
-rw-r--r-- | fontconfig/fontconfig-2.2.94/fc-glyphname.patch | 0 | ||||
-rw-r--r-- | fontconfig/fontconfig-2.2.94/fc-lang.patch | 0 | ||||
-rw-r--r-- | fontconfig/fontconfig_2.2.94.oe | 0 | ||||
-rw-r--r-- | openobex/openobex-1.0.1/syms.patch | 0 | ||||
-rw-r--r-- | openobex/openobex_1.0.1.oe | 3 | ||||
-rw-r--r-- | python/python_2.3.3.oe | 5 |
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 |