]> code.ossystems Code Review - openembedded-core.git/commitdiff
newlib: Upgrade to latest yearly release 3.3.0
authorAlejandro Hernandez <alejandro@enedino.org>
Mon, 27 Apr 2020 22:23:32 +0000 (15:23 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 29 Apr 2020 14:00:36 +0000 (15:00 +0100)
Upgrade to the latest snapshot, also drop md5sum while were at it.

Signed-off-by: Alejandro Hernandez Samaniego <alhe@linux.microsoft.com>
Signed-off-by: Alejandro Hernandez Samaniego <alejandro@enedino.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/newlib/libgloss_3.3.0.bb [moved from meta/recipes-core/newlib/libgloss_3.2.0.bb with 100% similarity]
meta/recipes-core/newlib/newlib.inc
meta/recipes-core/newlib/newlib_3.3.0.bb [moved from meta/recipes-core/newlib/newlib_3.2.0.bb with 100% similarity]

index 5edea8aba1673328f1ba25ae51c05c5e591433c3..96e230f985baec4fc1f56189972830a95e0be1c2 100644 (file)
@@ -16,8 +16,7 @@ LIC_FILES_CHKSUM = " \
                "
 
 SRC_URI = "https://sourceware.org/pub/newlib/newlib-${PV}.tar.gz"
-SRC_URI[md5sum] = "afb3a01c8c82b6717ea55659a4de30ec"
-SRC_URI[sha256sum] = "f7b2322964a1e3b37bec0768da20f50dfb62247d729110974dd95756a53bb6d4"
+SRC_URI[sha256sum] = "58dd9e3eaedf519360d92d84205c3deef0b3fc286685d1c562e245914ef72c66"
 
 INHIBIT_DEFAULT_DEPS = "1"
 DEPENDS = "virtual/${TARGET_PREFIX}gcc"