From 087dfb846c98c799b578776bcad140578f3bf7da Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Sun, 17 May 2020 11:54:15 -0500 Subject: [PATCH] src/meta-openembedded:nlohmann-json: backport gcc10 fix The following issue and PR describe an issue with nlohmann-json and GCC10. https://github.com/nlohmann/json/issues/1920 https://github.com/nlohmann/json/pull/2034 Confirmed that this fixed the issue seen in OpenBMC when pulling in the latest upstream meta-openembedded. Signed-off-by: Khem Raj --- src/meta-openembedded | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meta-openembedded b/src/meta-openembedded index 5c6f6797047..12b707c52de 160000 --- a/src/meta-openembedded +++ b/src/meta-openembedded @@ -1 +1 @@ -Subproject commit 5c6f6797047d5d3fdf6d84c2d7fe441ed8eb89b6 +Subproject commit 12b707c52de60f1cb4a0b4af8c379d4a11dfba35