From: Alexander Kanavin Date: Sat, 4 Dec 2021 07:13:08 +0000 (+0100) Subject: zstd: submit patch upstream X-Git-Tag: uninative-3.5~627 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=07b3c8540c9e475a8f60fe352c19aaa45e4acf88;p=openembedded-core.git zstd: submit patch upstream Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/zstd/zstd/0001-Makefile-sort-all-wildcard-file-list-expansions.patch b/meta/recipes-extended/zstd/zstd/0001-Makefile-sort-all-wildcard-file-list-expansions.patch index 37c5ff0cc0..3d23648f5b 100644 --- a/meta/recipes-extended/zstd/zstd/0001-Makefile-sort-all-wildcard-file-list-expansions.patch +++ b/meta/recipes-extended/zstd/zstd/0001-Makefile-sort-all-wildcard-file-list-expansions.patch @@ -6,7 +6,7 @@ Subject: [PATCH] Makefile: sort all wildcard file list expansions Otherwise the order is non-deterministic and breaks reproducible builds. -Upstream-Status: Pending +Upstream-Status: Submitted [https://github.com/facebook/zstd/pull/2895] Signed-off-by: Alexander Kanavin ---