]> code.ossystems Code Review - openembedded-core.git/commitdiff
localedef: Update to include floatn.h fix
authorKhem Raj <raj.khem@gmail.com>
Sun, 16 Aug 2020 23:12:56 +0000 (16:12 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 18 Aug 2020 10:43:32 +0000 (11:43 +0100)
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

[YOCTO #14004]

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Denys Dmytriyenko <denys@ti.com>
Cc: Philip Balister <philip@balister.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/glibc/glibc-version.inc

index 2e0a71c3037390bd2a218424d94adc504ede6b86..1566056297921a33f6da0e2996a7933a394abf4c 100644 (file)
@@ -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"