summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/automake/automake.inc
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2011-08-02 16:20:56 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-03 17:46:46 +0100
commit9a49eb78ec38af7d92e2cfa62a02c44a8b9fcf5a (patch)
tree31697968d4147779fc33c6e1bd0f6693db675370 /meta/recipes-devtools/automake/automake.inc
parentfb98479c4787a354418c20394f8c68d69bd53df4 (diff)
downloadast2050-yocto-poky-9a49eb78ec38af7d92e2cfa62a02c44a8b9fcf5a.zip
ast2050-yocto-poky-9a49eb78ec38af7d92e2cfa62a02c44a8b9fcf5a.tar.gz
automake: Fix issue with tar configure failing with large UID/GIDs
Add a fixup for trying to create ustar archives when the users UID or GID is larger than the format allows. (From OE-Core rev: 7a092818f901c5c860e82f573534cd505d9fb959) Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 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.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 beeec7b..96d797f 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 = "r2"
+PR = "r3"
SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2 "
OpenPOWER on IntegriCloud