]> code.ossystems Code Review - openembedded-core.git/commitdiff
gcompat: Update to latest
authorKhem Raj <raj.khem@gmail.com>
Fri, 11 Mar 2022 17:39:45 +0000 (09:39 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 12 Mar 2022 09:20:00 +0000 (09:20 +0000)
Brings in these fixes

  * 391b270 unistd: add __close
  * 8af2ff2 random_r: set `x` before calling savestate_r
  * cca99e8 wchar: add __mbrlen
  * 59e99e9 random_r: Add reentrant random functions from LSB
  * 6461276 gnulib: Add __fdelt_warn alias

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/musl/gcompat_git.bb

index 955cc3c010026884b7de8348a35e138d0d00ed51..cab1a97a84dcea2a3a8197e67aa744efa622a3e7 100644 (file)
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=eb33ef4af05a9c7602843afb7adfe792"
 SRC_URI = "git://git.adelielinux.org/adelie/gcompat.git;protocol=https;branch=current"
 
 PV = "1.0.0+1.1+git${SRCPV}"
-SRCREV = "af5a49e489fdc04b9cf02547650d7aeaccd43793"
+SRCREV = "4d6a5156a6eb7f56b30d93853a872e36dadde81b"
 
 S = "${WORKDIR}/git"