summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/libarchive/libarchive_3.2.2.bb
diff options
context:
space:
mode:
authorAmarnath Valluri <amarnath.valluri@intel.com>2017-02-10 16:31:59 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-02-23 12:49:52 -0800
commit5fb6bf022574ce159204c4a0e9442ce822430b01 (patch)
treeb17e7543095151792b5615adc258259590fcbcf2 /meta/recipes-extended/libarchive/libarchive_3.2.2.bb
parent8bcfdf4d29598c6216536cd27c630d540fb4bcbf (diff)
downloadpoky-5fb6bf022574ce159204c4a0e9442ce822430b01.tar.gz
libarchive: Backport upstream fixes.
These set of patches backported from upstream, which fixes the issues in extracting hardlinks over softlinks while etracting packages by opkg. (From OE-Core rev: d123490284331c02854f6527a04086c058b7c32e) Signed-off-by: Amarnath Valluri <amarnath.valluri@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/libarchive/libarchive_3.2.2.bb')
-rw-r--r--meta/recipes-extended/libarchive/libarchive_3.2.2.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/libarchive/libarchive_3.2.2.bb b/meta/recipes-extended/libarchive/libarchive_3.2.2.bb
index a7c1204bd2..a7ec621fb9 100644
--- a/meta/recipes-extended/libarchive/libarchive_3.2.2.bb
+++ b/meta/recipes-extended/libarchive/libarchive_3.2.2.bb
@@ -36,6 +36,8 @@ PACKAGECONFIG[lz4] = "--with-lz4,--without-lz4,lz4,"
36 36
37SRC_URI = "http://libarchive.org/downloads/libarchive-${PV}.tar.gz \ 37SRC_URI = "http://libarchive.org/downloads/libarchive-${PV}.tar.gz \
38 file://non-recursive-extract-and-list.patch \ 38 file://non-recursive-extract-and-list.patch \
39 file://0001-archive_write_disk_posix.c-make-_fsobj-functions-mor.patch \
40 file://0002-Fix-extracting-hardlinks-over-symlinks.patch \
39 " 41 "
40 42
41SRC_URI[md5sum] = "1ec00b7dcaf969dd2a5712f85f23c764" 43SRC_URI[md5sum] = "1ec00b7dcaf969dd2a5712f85f23c764"