From 1bf680a5e8015e6245369aa23b21312c81c507cb Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Wed, 2 May 2012 16:43:33 -0700 Subject: popt: fix build with automake 1.12 Signed-off-by: Nitin A Kamble --- meta/recipes-support/popt/popt_1.16.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta/recipes-support/popt/popt_1.16.bb') diff --git a/meta/recipes-support/popt/popt_1.16.bb b/meta/recipes-support/popt/popt_1.16.bb index cd22e9a77c..91b0d60857 100644 --- a/meta/recipes-support/popt/popt_1.16.bb +++ b/meta/recipes-support/popt/popt_1.16.bb @@ -4,10 +4,11 @@ SECTION = "libs" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=cb0613c30af2a8249b8dcc67d3edb06d" -PR = "r1" +PR = "r2" SRC_URI = "http://rpm5.org/files/popt/popt-${PV}.tar.gz \ file://pkgconfig_fix.patch \ + file://popt_fix_for_automake-1.12.patch \ " SRC_URI[md5sum] = "3743beefa3dd6247a73f8f7a32c14c33" -- cgit 1.2.3-korg