summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-06-14 11:28:30 +0200
committerSteve Sakoman <steve@sakoman.com>2023-07-04 05:32:29 -1000
commitc9d5df0cddb1e335e780fce995a0ee0660d5ac6e (patch)
tree38b5f0742accfb4320b5e9aec55e56a499831dd6 /meta
parent593a3d775fb97d14de93248ad440bd35eece8842 (diff)
downloadpoky-c9d5df0cddb1e335e780fce995a0ee0660d5ac6e.tar.gz
grub: submit determinism.patch upstream
(From OE-Core rev: ce5337d19ad290f30c0250158a1833a2cc3bd0ac) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 61947762e410c685f667e0af6440fb8a33cd6777) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-bsp/grub/files/determinism.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/grub/files/determinism.patch b/meta/recipes-bsp/grub/files/determinism.patch
index 2828e80975..852b95a856 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.
14Also ensure the generated unidata.c file is deterministic by sorting the 14Also ensure the generated unidata.c file is deterministic by sorting the
15keys of the dict. 15keys of the dict.
16 16
17Upstream-Status: Pending 17Upstream-Status: Submitted [https://lists.gnu.org/archive/html/grub-devel/2023-06/index.html]
18Richard Purdie <richard.purdie@linuxfoundation.org> 18Richard Purdie <richard.purdie@linuxfoundation.org>
19Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> 19Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
20--- 20---