]> code.ossystems Code Review - openembedded-core.git/commitdiff
musl: Update to latest tip
authorKhem Raj <raj.khem@gmail.com>
Fri, 17 Jul 2020 01:01:55 +0000 (18:01 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 19 Jul 2020 15:20:50 +0000 (16:20 +0100)
License-Update: Added copyright for AArch64 memcpy and memset code [1]

Details changelog is here [2]

[1] https://git.musl-libc.org/cgit/musl/commit/?id=fdf8b2ad9c5ae6adf3a91c0043eb898badee46d1
[2] https://git.musl-libc.org/cgit/musl/log/?qt=range&q=fca7428c096066482d8c3f52450810288e27515c..0a005f499cf39822166dd4db3d2d31f0639f1b1b

Signed-off-by: Khem Raj <raj.khem@gmail.com>
s

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/musl/musl.inc
meta/recipes-core/musl/musl_git.bb

index bdce412162c4b741da1c70a16421b115762376a4..54edfc88e52b5a30a2ead684c85a95b40974cfb6 100644 (file)
@@ -9,7 +9,7 @@ standards-conformance and safety."
 HOMEPAGE = "http://www.musl-libc.org/"
 LICENSE = "MIT"
 SECTION = "libs"
-LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=f95ee848a08ad253c04723da00cedb01"
+LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=b03f1cc25363d094011f8f4fd8bcfb68"
 
 INHIBIT_DEFAULT_DEPS = "1"
 
index 0913b09aaf6c5680a5db13ef8af26e5f084994e4..ed2178b5a4ac6e7c5704fedafa17e8eb4646a639 100644 (file)
@@ -4,7 +4,7 @@
 require musl.inc
 inherit linuxloader
 
-SRCREV = "fca7428c096066482d8c3f52450810288e27515c"
+SRCREV = "0a005f499cf39822166dd4db3d2d31f0639f1b1b"
 
 BASEVER = "1.2.0"