* Running autoheader regenerates sigcconfig.h and adds #define PACKAGE_*,
which conflicts with programs using libsigc++.
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
DESCRIPTION = "A library for loose coupling of C++ method calls"
SECTION = "libs"
PRIORITY = "optional"
-PR = "r3"
+PR = "r4"
LICENSE = "GPL LGPL"
SRC_URI = "${SOURCEFORGE_MIRROR}/libsigc/libsigc++-${PV}.tar.gz \
file://autofoo.patch \
inherit autotools pkgconfig
+EXTRA_AUTORECONF = "--exclude=autoheader"
+
FILES_${PN}-dev += "${libdir}/sigc++-*/"
SRC_URI[md5sum] = "d0d1ffcae0eced97ef4f17ce0ba81352"