summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-03-11 09:39:45 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-12 09:20:03 +0000
commiteae11483f9b3ea4b817d6564ac162eddb47608ae (patch)
tree91d63aef04269bda743ec0426eda712c2d477c32
parent7349e9d11e44ba3d6918edb2d0494cb0de0cee44 (diff)
downloadpoky-eae11483f9b3ea4b817d6564ac162eddb47608ae.tar.gz
gcompat: Update to latest
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 (From OE-Core rev: f2bc34d68b29077d548e280a25b19f38da126d00) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/musl/gcompat_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/musl/gcompat_git.bb b/meta/recipes-core/musl/gcompat_git.bb
index 955cc3c010..cab1a97a84 100644
--- a/meta/recipes-core/musl/gcompat_git.bb
+++ b/meta/recipes-core/musl/gcompat_git.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=eb33ef4af05a9c7602843afb7adfe792"
10SRC_URI = "git://git.adelielinux.org/adelie/gcompat.git;protocol=https;branch=current" 10SRC_URI = "git://git.adelielinux.org/adelie/gcompat.git;protocol=https;branch=current"
11 11
12PV = "1.0.0+1.1+git${SRCPV}" 12PV = "1.0.0+1.1+git${SRCPV}"
13SRCREV = "af5a49e489fdc04b9cf02547650d7aeaccd43793" 13SRCREV = "4d6a5156a6eb7f56b30d93853a872e36dadde81b"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16