summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-04-10 22:15:15 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-04-13 22:23:49 +0100
commit50f5ca8ccf37dbb889a821b21120a35ef893d804 (patch)
treebcfb349e58414f680a7278275baa8aaa6ba609d3
parent7f34ddaf9d67ea8cfff1db5988f755d433e02522 (diff)
downloadpoky-50f5ca8ccf37dbb889a821b21120a35ef893d804.tar.gz
musl: Move to 1.2.3 release tag
This actually are just 2 patches on top of what we have thus far * 7a43f6fe release 1.2.3 * 01b14242 accept null pointer as message argument to gettext functions (From OE-Core rev: bb0d9815a8e47b28836ab0eb13ebe236d745b253) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/musl/musl_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb
index d29097106f..044ed9c064 100644
--- a/meta/recipes-core/musl/musl_git.bb
+++ b/meta/recipes-core/musl/musl_git.bb
@@ -4,9 +4,9 @@
4require musl.inc 4require musl.inc
5inherit linuxloader 5inherit linuxloader
6 6
7SRCREV = "6d8a515796270eb6cec8a278cb353a078a10f09a" 7SRCREV = "7a43f6fea9081bdd53d8a11cef9e9fab0348c53d"
8 8
9BASEVER = "1.2.2" 9BASEVER = "1.2.3"
10 10
11PV = "${BASEVER}+git${SRCPV}" 11PV = "${BASEVER}+git${SRCPV}"
12 12