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-06 12:03:34 +0100
commit38c86302ebdf886b887165aff06560c63a1537b9 (patch)
tree06e5b19fe26fce79b5a6e110203ce4c20917d777 /meta/recipes-extended/libarchive/libarchive_3.3.2.bb
parent79e3339ab9edacb9e34d3725305d5880a974364a (diff)
downloadopenembedded-core-contrib-38c86302ebdf886b887165aff06560c63a1537b9.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. Signed-off-by: Patrick Ohly <patrick.ohly@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
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 \
file://bug929.patch \
file://CVE-2017-14166.patch \
file://CVE-2017-14502.patch \
+ file://non-recursive-extract-and-list.patch \
"
SRC_URI[md5sum] = "4583bd6b2ebf7e0e8963d90879eb1b27"