summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/libarchive/libarchive/0002-Patch-from-upstream-revision-1991.patch
diff options
context:
space:
mode:
authorPaul Barker <paul@paulbarker.me.uk>2014-01-06 11:55:14 +0000
committerSaul Wold <sgw@linux.intel.com>2014-01-08 22:54:54 -0800
commitf3fd24badd189bbb083dba9397598e1566d1e4be (patch)
treedabc3794575f5274837ce6d8d72023b41449089a /meta/recipes-extended/libarchive/libarchive/0002-Patch-from-upstream-revision-1991.patch
parent7c79e70d3a803f2ccb9b9c6ed2134019631672fd (diff)
downloadopenembedded-core-f3fd24badd189bbb083dba9397598e1566d1e4be.tar.gz
libarchive: Upgrade to v3.1.2
All patches against libarchive in oe-core appear to be merged into the latest release. The license checksum has changed because a couple of referenced files have been renamed but there is no change to the license terms themselves. Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/libarchive/libarchive/0002-Patch-from-upstream-revision-1991.patch')
-rw-r--r--meta/recipes-extended/libarchive/libarchive/0002-Patch-from-upstream-revision-1991.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/meta/recipes-extended/libarchive/libarchive/0002-Patch-from-upstream-revision-1991.patch b/meta/recipes-extended/libarchive/libarchive/0002-Patch-from-upstream-revision-1991.patch
deleted file mode 100644
index 6ece7f3899..0000000000
--- a/meta/recipes-extended/libarchive/libarchive/0002-Patch-from-upstream-revision-1991.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-libarchive: Backport patch from upstream (revision 1991)
-
-Upstream-Status: Backport
-
-Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-
-diff --git a/libarchive/archive_write_disk.c b/libarchive/archive_write_disk.c
-index caf958e..60699e0 100644
---- a/libarchive/archive_write_disk.c
-+++ b/libarchive/archive_write_disk.c
-@@ -434,7 +434,7 @@ _archive_write_header(struct archive *_a, struct archive_entry *entry)
- if (ret != ARCHIVE_OK)
- goto done;
- }
--#ifdef HAVE_FCHDIR
-+#if defined(HAVE_FCHDIR) && defined(PATH_MAX)
- /* If path exceeds PATH_MAX, shorten the path. */
- edit_deep_directories(a);
- #endif
-@@ -866,7 +866,7 @@ archive_write_disk_new(void)
- * object creation is likely to fail, but any error will get handled
- * at that time.
- */
--#ifdef HAVE_FCHDIR
-+#if defined(HAVE_FCHDIR) && defined(PATH_MAX)
- static void
- edit_deep_directories(struct archive_write_disk *a)
- {
---
-1.7.1
-