diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2011-08-02 16:20:56 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-03 17:46:46 +0100 |
commit | 9a49eb78ec38af7d92e2cfa62a02c44a8b9fcf5a (patch) | |
tree | 31697968d4147779fc33c6e1bd0f6693db675370 /meta/recipes-devtools/automake/automake_1.11.1.bb | |
parent | fb98479c4787a354418c20394f8c68d69bd53df4 (diff) | |
download | 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_1.11.1.bb')
-rw-r--r-- | meta/recipes-devtools/automake/automake_1.11.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/automake/automake_1.11.1.bb b/meta/recipes-devtools/automake/automake_1.11.1.bb index b231a942ee..c66155fe21 100644 --- a/meta/recipes-devtools/automake/automake_1.11.1.bb +++ b/meta/recipes-devtools/automake/automake_1.11.1.bb | |||
@@ -32,7 +32,8 @@ RDEPENDS_automake-native = "autoconf-native perl-native-runtime" | |||
32 | PATHFIXPATCH = "file://path_prog_fixes.patch;patch=1" | 32 | PATHFIXPATCH = "file://path_prog_fixes.patch;patch=1" |
33 | PATHFIXPATCH_virtclass-native = "" | 33 | PATHFIXPATCH_virtclass-native = "" |
34 | 34 | ||
35 | SRC_URI += "${PATHFIXPATCH}" | 35 | SRC_URI += "${PATHFIXPATCH} \ |
36 | file://prefer-cpio-over-pax-for-ustar-archives.patch" | ||
36 | 37 | ||
37 | SRC_URI[md5sum] = "c2972c4d9b3e29c03d5f2af86249876f" | 38 | SRC_URI[md5sum] = "c2972c4d9b3e29c03d5f2af86249876f" |
38 | SRC_URI[sha256sum] = "5b159d3c0e0a1f87de71b68bcb9f1a1c49e9e71749c9b723f17e2e1e0295c7ae" | 39 | SRC_URI[sha256sum] = "5b159d3c0e0a1f87de71b68bcb9f1a1c49e9e71749c9b723f17e2e1e0295c7ae" |