summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp
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-12 05:11:38 -1000
commit484171e42cdd39c9b235584cf750cb8e9eb2217b (patch)
tree4120fb432c6bf730c2689460dbedf0e69fe63963 /meta/recipes-bsp
parentdefeae880f068916489c46e30e8ec6bb290e3c10 (diff)
downloadpoky-484171e42cdd39c9b235584cf750cb8e9eb2217b.tar.gz
grub: submit determinism.patch upstream
(From OE-Core rev: 846d8097fed9498fab7120ed61a962ff2c15746a) 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/recipes-bsp')
-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---