diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-06-13 14:26:25 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-14 13:15:52 +0100 |
commit | e7e00c4d8e86a90c19f553b35a62aa091b6ad14c (patch) | |
tree | 2edb22b12d58b069d169c99675d4aeb0f0ec8eaa /meta/recipes-devtools/automake/automake.inc | |
parent | 4f15c075c97a7e8b1158b1b7f23771ad120126b1 (diff) | |
download | openembedded-core-e7e00c4d8e86a90c19f553b35a62aa091b6ad14c.tar.gz openembedded-core-e7e00c4d8e86a90c19f553b35a62aa091b6ad14c.tar.bz2 openembedded-core-e7e00c4d8e86a90c19f553b35a62aa091b6ad14c.zip |
autoconf/automake: Bump PR to resolve perl-native issue
Signed-off-by: Saul Wold <sgw@linux.intel.com>
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 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." LICENSE = "GPLv2" HOMEPAGE = "http://www.gnu.org/software/automake/" SECTION = "devel" -PR = "r1" +PR = "r2" SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2 " |