From: Alexander Kanavin Date: Wed, 14 Jun 2023 09:28:30 +0000 (+0200) Subject: grub: submit determinism.patch upstream X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~655 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=61947762e410c685f667e0af6440fb8a33cd6777;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git grub: submit determinism.patch upstream Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-bsp/grub/files/determinism.patch b/meta/recipes-bsp/grub/files/determinism.patch index 2828e809756..852b95a856c 100644 --- a/meta/recipes-bsp/grub/files/determinism.patch +++ b/meta/recipes-bsp/grub/files/determinism.patch @@ -14,7 +14,7 @@ missing sorting of the list used to generate it. Add such a sort. Also ensure the generated unidata.c file is deterministic by sorting the keys of the dict. -Upstream-Status: Pending +Upstream-Status: Submitted [https://lists.gnu.org/archive/html/grub-devel/2023-06/index.html] Richard Purdie Signed-off-by: Naveen Saini ---