summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/musl
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-01-21 15:01:30 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-01-22 14:35:58 +0000
commitf682cd256f02e0067fcdbd3102e75069b049e4ae (patch)
tree6e4f4466de5e4e347fbd28b5ec4d891039aa1248 /meta/recipes-core/musl
parent24ff4ee9fe58dffc7022b217115b2b4bfc3aeada (diff)
downloadpoky-f682cd256f02e0067fcdbd3102e75069b049e4ae.tar.gz
musl: Upgrade to 1.1.21 release
Delta of changes from previous Revision https://git.musl-libc.org/cgit/musl/log/?qt=range&q=de7dc1318f493184b20f7661bc12b1829b957b67..1691b23955590d1eb66a11158fdd91c86337e886 (From OE-Core rev: c47d18b87ac6fbe85959546ca049d13aa624e716) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/musl')
-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 cba4d06766..73906d0f3c 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 = "de7dc1318f493184b20f7661bc12b1829b957b67" 7SRCREV = "1691b23955590d1eb66a11158fdd91c86337e886"
8 8
9BASEVER = "1.1.20" 9BASEVER = "1.1.21"
10 10
11PV = "${BASEVER}+git${SRCPV}" 11PV = "${BASEVER}+git${SRCPV}"
12 12