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 15:22:55 +0100 |
commit | 768f3fa4d114678e8fd838072507aace44243e11 (patch) | |
tree | 3b81b6d7ef19ebfe93766a1156b5206968bbca13 | |
parent | 91b28d84033aebb93dd71f0b1f7dbdb3c515a4a2 (diff) | |
download | poky-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>
-rw-r--r-- | meta/recipes-devtools/autoconf/autoconf_2.68.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/automake/automake.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/autoconf/autoconf_2.68.bb b/meta/recipes-devtools/autoconf/autoconf_2.68.bb index c647a15111..638e6770af 100644 --- a/meta/recipes-devtools/autoconf/autoconf_2.68.bb +++ b/meta/recipes-devtools/autoconf/autoconf_2.68.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require autoconf.inc | 1 | require autoconf.inc |
2 | 2 | ||
3 | PR = "r0" | 3 | PR = "r1" |
4 | 4 | ||
5 | PARALLEL_MAKE = "" | 5 | PARALLEL_MAKE = "" |
6 | 6 | ||
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." | |||
4 | LICENSE = "GPLv2" | 4 | 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 | PR = "r1" | 7 | PR = "r2" |
8 | 8 | ||
9 | SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2 " | 9 | SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2 " |
10 | 10 | ||