summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/musl
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-01-08 12:42:47 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-01-11 10:39:09 +0000
commit6c813d3233b9d606db52f0e1619ef74fe6ccc64c (patch)
treed94674fa69a10ba2c74364978636168fc0377eb5 /meta/recipes-core/musl
parentd460892f32fd6ec0a26231db9eead27a1ec7fcb4 (diff)
downloadpoky-6c813d3233b9d606db52f0e1619ef74fe6ccc64c.tar.gz
musl: Update to master tip
Detaild log https://git.musl-libc.org/cgit/musl/log/?qt=range&q=21a172dd36cae7a08492fd3a7500d7bf0daee13e..de7dc1318f493184b20f7661bc12b1829b957b67 (From OE-Core rev: 0b68ecf70249cf8cd6fc47a5ce717e91669fae9b) 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.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb
index 33d6e69130..cba4d06766 100644
--- a/meta/recipes-core/musl/musl_git.bb
+++ b/meta/recipes-core/musl/musl_git.bb
@@ -4,9 +4,11 @@
4require musl.inc 4require musl.inc
5inherit linuxloader 5inherit linuxloader
6 6
7SRCREV = "21a172dd36cae7a08492fd3a7500d7bf0daee13e" 7SRCREV = "de7dc1318f493184b20f7661bc12b1829b957b67"
8 8
9PV = "1.1.20+git${SRCPV}" 9BASEVER = "1.1.20"
10
11PV = "${BASEVER}+git${SRCPV}"
10 12
11# mirror is at git://github.com/kraj/musl.git 13# mirror is at git://github.com/kraj/musl.git
12 14