diff options
author | Alejandro Hernandez <alejandro@enedino.org> | 2020-04-27 15:23:32 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-04-29 15:02:19 +0100 |
commit | 87a2e7c43d463a0b2ecc48a8a45a1954cf68c0a8 (patch) | |
tree | ff78a6a3a7de0f51b75da0155b6104c96dcb429f | |
parent | 11e7f09d60e5f2a4ad770e2d1cb6af4b32c46a90 (diff) | |
download | poky-87a2e7c43d463a0b2ecc48a8a45a1954cf68c0a8.tar.gz |
newlib: Upgrade to latest yearly release 3.3.0
Upgrade to the latest snapshot, also drop md5sum while were at it.
(From OE-Core rev: d73aa359e42e707dbc7cfa29c55a2fc8e6bb938a)
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>
-rw-r--r-- | meta/recipes-core/newlib/libgloss_3.3.0.bb (renamed from meta/recipes-core/newlib/libgloss_3.2.0.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-core/newlib/newlib.inc | 3 | ||||
-rw-r--r-- | meta/recipes-core/newlib/newlib_3.3.0.bb (renamed from meta/recipes-core/newlib/newlib_3.2.0.bb) | 0 |
3 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-core/newlib/libgloss_3.2.0.bb b/meta/recipes-core/newlib/libgloss_3.3.0.bb index c9ed30d988..c9ed30d988 100644 --- a/meta/recipes-core/newlib/libgloss_3.2.0.bb +++ b/meta/recipes-core/newlib/libgloss_3.3.0.bb | |||
diff --git a/meta/recipes-core/newlib/newlib.inc b/meta/recipes-core/newlib/newlib.inc index 5edea8aba1..96e230f985 100644 --- a/meta/recipes-core/newlib/newlib.inc +++ b/meta/recipes-core/newlib/newlib.inc | |||
@@ -16,8 +16,7 @@ LIC_FILES_CHKSUM = " \ | |||
16 | " | 16 | " |
17 | 17 | ||
18 | SRC_URI = "https://sourceware.org/pub/newlib/newlib-${PV}.tar.gz" | 18 | SRC_URI = "https://sourceware.org/pub/newlib/newlib-${PV}.tar.gz" |
19 | SRC_URI[md5sum] = "afb3a01c8c82b6717ea55659a4de30ec" | 19 | SRC_URI[sha256sum] = "58dd9e3eaedf519360d92d84205c3deef0b3fc286685d1c562e245914ef72c66" |
20 | SRC_URI[sha256sum] = "f7b2322964a1e3b37bec0768da20f50dfb62247d729110974dd95756a53bb6d4" | ||
21 | 20 | ||
22 | INHIBIT_DEFAULT_DEPS = "1" | 21 | INHIBIT_DEFAULT_DEPS = "1" |
23 | DEPENDS = "virtual/${TARGET_PREFIX}gcc" | 22 | DEPENDS = "virtual/${TARGET_PREFIX}gcc" |
diff --git a/meta/recipes-core/newlib/newlib_3.2.0.bb b/meta/recipes-core/newlib/newlib_3.3.0.bb index 7ab5b2b94e..7ab5b2b94e 100644 --- a/meta/recipes-core/newlib/newlib_3.2.0.bb +++ b/meta/recipes-core/newlib/newlib_3.3.0.bb | |||