Currently localedef-native build fails on older hosts which have glibc headers without floatn.h this patch created a local file to avoid this dependency
Signed-off-by: Khem Raj <[email protected]> Cc: Denys Dmytriyenko <[email protected]> Cc: Philip Balister <[email protected]> --- meta/recipes-core/glibc/glibc-version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/glibc/glibc-version.inc b/meta/recipes-core/glibc/glibc-version.inc index 2e0a71c303..1566056297 100644 --- a/meta/recipes-core/glibc/glibc-version.inc +++ b/meta/recipes-core/glibc/glibc-version.inc @@ -1,7 +1,7 @@ SRCBRANCH ?= "release/2.32/master" PV = "2.32" SRCREV_glibc ?= "3de512be7ea6053255afed6154db9ee31d4e557a" -SRCREV_localedef ?= "b6ca7c146c6d2c93cddfa61e395cb8a196e3d46f" +SRCREV_localedef ?= "bd644c9e6f3e20c5504da1488448173c69c56c28" GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git" -- 2.28.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#141548): https://lists.openembedded.org/g/openembedded-core/message/141548 Mute This Topic: https://lists.openembedded.org/mt/76233882/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
