From 630b9cff97dbe729393a9e0b0238f77957f75f17 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 22 Apr 2010 15:04:14 +0200 Subject: libconfig_1.3.2: add patch for build with automake-1.11 * libconfig.h is installed twice from $(libinc) and then again from $(libinc_cpp) * newer automake checks that and fails Signed-off-by: Martin Jansa --- recipes/libconfig/libconfig_1.3.2.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'recipes/libconfig/libconfig_1.3.2.bb') diff --git a/recipes/libconfig/libconfig_1.3.2.bb b/recipes/libconfig/libconfig_1.3.2.bb index df0be71ccc..701ac73b34 100644 --- a/recipes/libconfig/libconfig_1.3.2.bb +++ b/recipes/libconfig/libconfig_1.3.2.bb @@ -4,9 +4,10 @@ HOMEPAGE = "http://www.hyperrealm.com/libconfig/" SECTION = "libs" PRIORITY = "optional" LICENSE = "LGPLv2" -PR = "r0" +PR = "r1" -SRC_URI = "http://www.hyperrealm.com/libconfig/libconfig-${PV}.tar.gz" +SRC_URI = "http://www.hyperrealm.com/libconfig/libconfig-${PV}.tar.gz \ + file://libconfig.newer.automake-1.11.patch;patch=1" S = "${WORKDIR}/libconfig-${PV}" -- cgit 1.2.3-korg