summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/automake
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2011-12-27 11:30:09 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-03 12:14:40 +0000
commit761acbb4fa3ec8bec8e099e544495280a950e1de (patch)
tree6894e3fc5f6a4728bcc47909ede398b0d1352963 /meta/recipes-devtools/automake
parent99e4a9ad7999bf63bac289d7fa4dc64f104e85ba (diff)
downloadpoky-761acbb4fa3ec8bec8e099e544495280a950e1de.tar.gz
automake: upgrade from 1.11.1 to 1.11.2
(From OE-Core rev: 2dffe02af05413d8438ddc28d542dc5d85ac105f) 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')
-rw-r--r--meta/recipes-devtools/automake/automake.inc1
-rw-r--r--meta/recipes-devtools/automake/automake_1.11.2.bb (renamed from meta/recipes-devtools/automake/automake_1.11.1.bb)5
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/automake/automake.inc b/meta/recipes-devtools/automake/automake.inc
index 25b0c0ecd6..c259673d2f 100644
--- a/meta/recipes-devtools/automake/automake.inc
+++ b/meta/recipes-devtools/automake/automake.inc
@@ -4,7 +4,6 @@ Standards. Automake requires the use of Autoconf."
4LICENSE = "GPLv2" 4LICENSE = "GPLv2"
5HOMEPAGE = "http://www.gnu.org/software/automake/" 5HOMEPAGE = "http://www.gnu.org/software/automake/"
6SECTION = "devel" 6SECTION = "devel"
7PR = "r5"
8 7
9SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2 " 8SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2 "
10 9
diff --git a/meta/recipes-devtools/automake/automake_1.11.1.bb b/meta/recipes-devtools/automake/automake_1.11.2.bb
index ff8353fe82..b455edfe6f 100644
--- a/meta/recipes-devtools/automake/automake_1.11.1.bb
+++ b/meta/recipes-devtools/automake/automake_1.11.2.bb
@@ -37,8 +37,9 @@ SRC_URI += "${PATHFIXPATCH} \
37 file://prefer-cpio-over-pax-for-ustar-archives.patch \ 37 file://prefer-cpio-over-pax-for-ustar-archives.patch \
38 file://python-libdir.patch" 38 file://python-libdir.patch"
39 39
40SRC_URI[md5sum] = "c2972c4d9b3e29c03d5f2af86249876f" 40PR = "r0"
41SRC_URI[sha256sum] = "5b159d3c0e0a1f87de71b68bcb9f1a1c49e9e71749c9b723f17e2e1e0295c7ae" 41SRC_URI[md5sum] = "18194e804d415767bae8f703c963d456"
42SRC_URI[sha256sum] = "4f46d1f9380c8a3506280750f630e9fc915cb1a435b724be56b499d016368718"
42 43
43do_install () { 44do_install () {
44 oe_runmake 'DESTDIR=${D}' install 45 oe_runmake 'DESTDIR=${D}' install