summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/automake/automake.inc
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2012-03-16 12:00:03 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-26 10:05:06 +0100
commit9f17530dcc82783ab039a34e92fc6f67487fd2dd (patch)
treee4593f07fbfd88d15b7e42602147fbced45ba2dd /meta/recipes-devtools/automake/automake.inc
parent54a6f8498eb3031437fd6f889787b4a2c7ce4924 (diff)
downloadpoky-9f17530dcc82783ab039a34e92fc6f67487fd2dd.tar.gz
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 <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/automake/automake.inc')
-rw-r--r--meta/recipes-devtools/automake/automake.inc2
1 files changed, 1 insertions, 1 deletions
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"
5HOMEPAGE = "http://www.gnu.org/software/automake/" 5HOMEPAGE = "http://www.gnu.org/software/automake/"
6SECTION = "devel" 6SECTION = "devel"
7 7
8SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2 " 8SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.gz"
9 9
10inherit autotools 10inherit autotools
11 11