summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/automake
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-06-13 14:26:25 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-14 15:22:55 +0100
commit768f3fa4d114678e8fd838072507aace44243e11 (patch)
tree3b81b6d7ef19ebfe93766a1156b5206968bbca13 /meta/recipes-devtools/automake
parent91b28d84033aebb93dd71f0b1f7dbdb3c515a4a2 (diff)
downloadpoky-768f3fa4d114678e8fd838072507aace44243e11.tar.gz
autoconf/automake: Bump PR to resolve perl-native issue
(From OE-Core rev: e7e00c4d8e86a90c19f553b35a62aa091b6ad14c) Signed-off-by: Saul Wold <sgw@linux.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.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 524e93e153..beeec7bbf0 100644
--- a/meta/recipes-devtools/automake/automake.inc
+++ b/meta/recipes-devtools/automake/automake.inc
@@ -4,7 +4,7 @@ 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 = "r1" 7PR = "r2"
8 8
9SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2 " 9SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2 "
10 10