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
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
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