diff options
author | Khem Raj <raj.khem@gmail.com> | 2015-12-14 00:09:56 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-16 12:11:23 +0000 |
commit | 0196bc0d466758f634f52f8dff298ca9157c96c4 (patch) | |
tree | b9205f492c5e2fd11052546c08c1a1f2f0a93b9d /meta/recipes-core/musl | |
parent | e4b9c8efaff3b869e2944444b16078ec19dce3ea (diff) | |
download | openembedded-core-contrib-0196bc0d466758f634f52f8dff298ca9157c96c4.tar.gz |
musl: Update to latest 1.1.12 release
point to maintained github mirror in comments
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-core/musl')
-rw-r--r-- | meta/recipes-core/musl/musl_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb index 1feb4366671..051d925734a 100644 --- a/meta/recipes-core/musl/musl_git.bb +++ b/meta/recipes-core/musl/musl_git.bb @@ -3,11 +3,11 @@ require musl.inc -SRCREV = "6c5cad2aa56745302c1d42d2c8baf6424d29c0f3" +SRCREV = "3abb094d19ca4c7c4adcf373d971fb5aa05c5252" -PV = "1.1.11+git${SRCPV}" +PV = "1.1.12+git${SRCPV}" -# mirror is at git://github.com/bminor/musl.git +# mirror is at git://github.com/kraj/musl.git SRC_URI = "git://git.musl-libc.org/musl \ " |