diff mbox series

[V3] musl: Update to master tip

Message ID 20190808005913.15713-1-raj.khem@gmail.com
State Accepted
Commit 34196d2913027d1fc8c080ea0c392a387e70a162
Headers show
Series [V3] musl: Update to master tip | expand

Commit Message

Khem Raj Aug. 8, 2019, 12:59 a.m. UTC
Fix for RISC-V build regression

64bit time syscall plumbing

Changes are here [1]

[1] https://git.musl-libc.org/cgit/musl/log/?qt=range&q=0ce49d0a301b4142741b32773492af90f66ed3ca..d0b547dfb5f7678cab6bc39dd736ed6454357ca4

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

---
v2:
- Move to latest tip
- Add a fix to fix the ssh issue seen on AB testing

v3:
- Update to latest tip which includes the regression fix as well

 meta/recipes-core/musl/musl_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.22.0

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core
diff mbox series

Patch

diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb
index 039932a3bc..c3786c4eb3 100644
--- a/meta/recipes-core/musl/musl_git.bb
+++ b/meta/recipes-core/musl/musl_git.bb
@@ -4,7 +4,7 @@ 
 require musl.inc
 inherit linuxloader
 
-SRCREV = "0ce49d0a301b4142741b32773492af90f66ed3ca"
+SRCREV = "d0b547dfb5f7678cab6bc39dd736ed6454357ca4"
 
 BASEVER = "1.1.23"