From 7a092818f901c5c860e82f573534cd505d9fb959 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Tue, 2 Aug 2011 16:20:56 -0500 Subject: 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. Signed-off-by: Tom Rini Signed-off-by: Kumar Gala Signed-off-by: Richard Purdie --- meta/recipes-devtools/automake/automake.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/automake/automake.inc') diff --git a/meta/recipes-devtools/automake/automake.inc b/meta/recipes-devtools/automake/automake.inc index beeec7bbf0..96d797f914 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 " -- cgit 1.2.3-korg