mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
newlib: Upgrade 4.1.0 -> 4.2.0
(From OE-Core rev: 668445252fa96bd00ecdef1f610707a132eb35fc) Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandro@enedino.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
c05a5ac3b7
commit
a97ef3f1d3
@@ -15,13 +15,19 @@ LIC_FILES_CHKSUM = " \
|
|||||||
file://newlib/libc/sys/linux/linuxthreads/LICENSE;md5=73640207fbc79b198c7ffd4ad4d97aa0 \
|
file://newlib/libc/sys/linux/linuxthreads/LICENSE;md5=73640207fbc79b198c7ffd4ad4d97aa0 \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI = "https://sourceware.org/pub/newlib/newlib-${PV}.tar.gz"
|
# Newlib maintainers sometimes publish the source
|
||||||
SRC_URI[sha256sum] = "f296e372f51324224d387cc116dc37a6bd397198756746f93a2b02e9a5d40154"
|
# from a specific snapshot, after an upgrade we can
|
||||||
|
# delete the following line and keep the empty default
|
||||||
|
NEWLIB_SNAPSHOT = ".20211231"
|
||||||
|
NEWLIB_SNAPSHOT ?= ""
|
||||||
|
SRC_URI = "https://sourceware.org/pub/newlib/newlib-${PV}${NEWLIB_SNAPSHOT}.tar.gz"
|
||||||
|
SRC_URI[sha256sum] = "c3a0e8b63bc3bef1aeee4ca3906b53b3b86c8d139867607369cb2915ffc54435"
|
||||||
|
|
||||||
|
|
||||||
INHIBIT_DEFAULT_DEPS = "1"
|
INHIBIT_DEFAULT_DEPS = "1"
|
||||||
DEPENDS = "virtual/${TARGET_PREFIX}gcc"
|
DEPENDS = "virtual/${TARGET_PREFIX}gcc"
|
||||||
|
|
||||||
S = "${WORKDIR}/newlib-${PV}"
|
S = "${WORKDIR}/newlib-${PV}${NEWLIB_SNAPSHOT}"
|
||||||
B = "${WORKDIR}/build"
|
B = "${WORKDIR}/build"
|
||||||
|
|
||||||
## disable stdlib
|
## disable stdlib
|
||||||
|
|||||||
Reference in New Issue
Block a user