From f8be797a74016d5b8d8d15fc05ed9a6d70de0ef5 Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Thu, 5 Oct 2017 13:13:21 +0200 Subject: 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 Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-extended/libarchive/libarchive_3.3.2.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-extended/libarchive/libarchive_3.3.2.bb') 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" -- cgit v1.2.3-54-g00ecf