From 0f4f8f3e765459bc11ab9573c1d5d9bf0e5d79c3 Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Fri, 1 Oct 2010 01:07:58 +0000 Subject: 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 Signed-off-by: Khem Raj --- recipes/libsigc++-1.2/libsigc++-1.2_1.2.7.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes/libsigc++-1.2/libsigc++-1.2_1.2.7.bb') 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}" -- cgit 1.2.3-korg