summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/libarchive/libarchive_3.3.2.bb
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@intel.com>2017-10-05 13:13:21 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-10-07 23:20:40 +0100
commitf8be797a74016d5b8d8d15fc05ed9a6d70de0ef5 (patch)
treeb9df14292542033ac71858baf2f6d52a95525ce3 /meta/recipes-extended/libarchive/libarchive_3.3.2.bb
parent4c3b62507713101d0603cef04a2a2c20c268f897 (diff)
downloadpoky-f8be797a74016d5b8d8d15fc05ed9a6d70de0ef5.tar.gz
libarchive: re-add non-recursive extract and list support
This patch is needed for meta-swupd. Without it, some bsdtar invocations fail with: bsdtar: Option -n is not permitted in mode -x The patch was removed in the update to 3.3.1 with the claim that it had been merged upstream, but that is not the case. (From OE-Core rev: 38c86302ebdf886b887165aff06560c63a1537b9) Signed-off-by: Patrick Ohly <patrick.ohly@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.3.2.bb')
-rw-r--r--meta/recipes-extended/libarchive/libarchive_3.3.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/libarchive/libarchive_3.3.2.bb b/meta/recipes-extended/libarchive/libarchive_3.3.2.bb
index edc4d6a152..5eded35c64 100644
--- a/meta/recipes-extended/libarchive/libarchive_3.3.2.bb
+++ b/meta/recipes-extended/libarchive/libarchive_3.3.2.bb
@@ -35,6 +35,7 @@ SRC_URI = "http://libarchive.org/downloads/libarchive-${PV}.tar.gz \
35 file://bug929.patch \ 35 file://bug929.patch \
36 file://CVE-2017-14166.patch \ 36 file://CVE-2017-14166.patch \
37 file://CVE-2017-14502.patch \ 37 file://CVE-2017-14502.patch \
38 file://non-recursive-extract-and-list.patch \
38 " 39 "
39 40
40SRC_URI[md5sum] = "4583bd6b2ebf7e0e8963d90879eb1b27" 41SRC_URI[md5sum] = "4583bd6b2ebf7e0e8963d90879eb1b27"