From 9f17530dcc82783ab039a34e92fc6f67487fd2dd Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Fri, 16 Mar 2012 12:00:03 -0700 Subject: automake: upgrade from 1.11.2 to 1.11.3 Removed already upstream patch: automake/automake_1.11.2_fix_for_pkglibexec_SCRIPTS.patch Rebased these patches to the newer code: automake/prefer-cpio-over-pax-for-ustar-archives.patch automake/python-libdir.patch Changed the tarball name from bz2 to gz, as the bz2 tar ball is not published for the 1.11.3 version. [RP: Fix python.m4 to preserve the tweaks that allow us to build python modules] (From OE-Core rev: 94bf72aeae035ffade75bd9343937888bbb09c82) Signed-off-by: Nitin A Kamble Signed-off-by: Richard Purdie --- meta/recipes-devtools/automake/automake.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/automake/automake.inc') diff --git a/meta/recipes-devtools/automake/automake.inc b/meta/recipes-devtools/automake/automake.inc index 7eef9ec7b9..370cacadfc 100644 --- a/meta/recipes-devtools/automake/automake.inc +++ b/meta/recipes-devtools/automake/automake.inc @@ -5,7 +5,7 @@ LICENSE = "GPLv2" HOMEPAGE = "http://www.gnu.org/software/automake/" SECTION = "devel" -SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2 " +SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.gz" inherit autotools -- cgit v1.2.3-54-g00ecf