diff mbox series

[2/3] newlib: Upgrade 4.5.0 -> 4.6.0

Message ID 20260311141313.306496-1-alhe@linux.microsoft.com
State Under Review
Headers show
Series [1/3] libgloss: package riscv header files correctly | expand

Commit Message

Alejandro Hernandez Samaniego March 11, 2026, 2:13 p.m. UTC
License changes:
    - Adds BSD-2 for m68k-atari-elf target

Tested to work on qemux86,arm,aarch64,riscv32 and riscv64 variants:
https://dev.azure.com/ahcbb6/baremetal-qemu/_build/results?buildId=21709&view=results

Signed-off-by: Alejandro Hernandez Samaniego <alhe@linux.microsoft.com>
---
 meta/recipes-core/newlib/newlib.inc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
diff mbox series

Patch

diff --git a/meta/recipes-core/newlib/newlib.inc b/meta/recipes-core/newlib/newlib.inc
index a8794dd1d9..56e9eeb099 100644
--- a/meta/recipes-core/newlib/newlib.inc
+++ b/meta/recipes-core/newlib/newlib.inc
@@ -8,16 +8,16 @@  LIC_FILES_CHKSUM = " \
 		file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
 		file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \
 		file://COPYING3;md5=d32239bcb673463ab874e80d47fae504 \
-		file://COPYING.LIBGLOSS;md5=faa6f6ad545714df2a7d1276ed899f15 \
+		file://COPYING.LIBGLOSS;md5=069b617d6628c1502d7dc2d43d7c836e \
 		file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
-		file://COPYING.NEWLIB;md5=61255563bbcda142f581b94591b6a589 \
+		file://COPYING.NEWLIB;md5=31bee4d729ae1a5423048cc181a2f1ad \
 		file://newlib/libc/posix/COPYRIGHT;md5=103468ff1982be840fdf4ee9f8b51bbf \
 		"
 
-BASEVER = "4.5.0"
+BASEVER = "4.6.0"
 PV = "${BASEVER}+git"
 SRC_URI = "git://sourceware.org/git/newlib-cygwin.git;protocol=https;branch=main"
-SRCREV = "5e5e51f1dc56a99eb4648c28e00d73b6ea44a8b0"
+SRCREV = "8ba4275b83ec27529f67e0d477611fa6d8d6e6bd"
 
 INHIBIT_DEFAULT_DEPS = "1"
 DEPENDS = "virtual/cross-cc"