aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libsigc++-1.2
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2010-10-25 04:21:16 +0000
committerKhem Raj <raj.khem@gmail.com>2010-10-25 15:44:33 -0700
commitaeebeac2153e3c4712abcea153c35d76dec7c0d7 (patch)
tree28df224c6189b9a23ad628c37d29fbc01d454a63 /recipes/libsigc++-1.2
parent48838f0fca6b00767115dd13bce2537f035fd3ba (diff)
downloadopenembedded-aeebeac2153e3c4712abcea153c35d76dec7c0d7.tar.gz
libsigc++-1.2.5: exclude autoheader
* 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>
Diffstat (limited to 'recipes/libsigc++-1.2')
-rw-r--r--recipes/libsigc++-1.2/libsigc++-1.2_1.2.5.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/libsigc++-1.2/libsigc++-1.2_1.2.5.bb b/recipes/libsigc++-1.2/libsigc++-1.2_1.2.5.bb
index 7b7ecff4fb..93c231d6e6 100644
--- a/recipes/libsigc++-1.2/libsigc++-1.2_1.2.5.bb
+++ b/recipes/libsigc++-1.2/libsigc++-1.2_1.2.5.bb
@@ -1,7 +1,7 @@
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 \
@@ -11,6 +11,8 @@ S = "${WORKDIR}/libsigc++-${PV}"
inherit autotools pkgconfig
+EXTRA_AUTORECONF = "--exclude=autoheader"
+
FILES_${PN}-dev += "${libdir}/sigc++-*/"
SRC_URI[md5sum] = "d0d1ffcae0eced97ef4f17ce0ba81352"