diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2012-03-16 12:00:03 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-26 10:05:06 +0100 |
commit | 9f17530dcc82783ab039a34e92fc6f67487fd2dd (patch) | |
tree | e4593f07fbfd88d15b7e42602147fbced45ba2dd /meta/recipes-devtools/automake/automake.inc | |
parent | 54a6f8498eb3031437fd6f889787b4a2c7ce4924 (diff) | |
download | poky-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.inc | 2 |
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" | |||
5 | HOMEPAGE = "http://www.gnu.org/software/automake/" | 5 | HOMEPAGE = "http://www.gnu.org/software/automake/" |
6 | SECTION = "devel" | 6 | SECTION = "devel" |
7 | 7 | ||
8 | SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2 " | 8 | SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.gz" |
9 | 9 | ||
10 | inherit autotools | 10 | inherit autotools |
11 | 11 | ||