aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libsigc++-1.2/libsigc++-1.2_1.2.7.bb
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2010-10-01 01:07:58 +0000
committerKhem Raj <raj.khem@gmail.com>2010-10-06 15:25:30 -0700
commit0f4f8f3e765459bc11ab9573c1d5d9bf0e5d79c3 (patch)
tree75143bef9bd7965055f75de2ad70793ca661b224 /recipes/libsigc++-1.2/libsigc++-1.2_1.2.7.bb
parent0741f11dcba3aae5d1e26361730ea32e8f078916 (diff)
downloadopenembedded-0f4f8f3e765459bc11ab9573c1d5d9bf0e5d79c3.tar.gz
libsigc++-1.2: fix installation
* install complains about method_slot.h, which is mentioned twice inside Makefile.am. * v2: Added header to patch. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/libsigc++-1.2/libsigc++-1.2_1.2.7.bb')
-rw-r--r--recipes/libsigc++-1.2/libsigc++-1.2_1.2.7.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/libsigc++-1.2/libsigc++-1.2_1.2.7.bb b/recipes/libsigc++-1.2/libsigc++-1.2_1.2.7.bb
index c68105b17e..179d5a65f8 100644
--- a/recipes/libsigc++-1.2/libsigc++-1.2_1.2.7.bb
+++ b/recipes/libsigc++-1.2/libsigc++-1.2_1.2.7.bb
@@ -2,10 +2,11 @@ DESCRIPTION = "A library for loose coupling of C++ method calls"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "GPL LGPL"
-PR = "r0"
+PR = "r1"
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libsigc++/1.2/libsigc++-${PV}.tar.bz2 \
file://autofoo.patch \
+ file://fix-install.patch \
file://disable-tests.patch"
S = "${WORKDIR}/libsigc++-${PV}"