]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
newlib: Upgrade 4.2.0 -> 4.3.0
authorAlejandro Hernandez Samaniego <alejandro@enedino.org>
Fri, 27 Jan 2023 19:43:30 +0000 (12:43 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 29 Jan 2023 19:22:54 +0000 (19:22 +0000)
commit1c9cbb27dfe37ca4574c4285fb03ce394dee5ed1
tree92c5df9e6730cbcf15447a39f739e3b17884b030
parent54ae53ef3e4ad51fc9a01155588b62f29c994742
newlib: Upgrade 4.2.0 -> 4.3.0

- Rebased fix-rs6000-crt0.patch
- Patch fix_makefile_include_arm_h.patch is no longer required, the newlib
  header dependency has been fixed upstream at 26f9cfd7
- LICENSE checksum change due to:
  - Adding SPDX identifier
  - Deleted Phoenix Systems from License and updated each licenses
  numbers accordingly.
- Add a dummy limits.h header, to make the improved preprocessor
  checks happy during configure.
- Add a patch for libgloss to maintain current behavior of TCLIBC=newlib
  by making libgloss DEPEND on newlib and use its installed headers.
- Switch to git fetcher to simplify fetching the sources and avoid future
  issues due to the way newlib release snapshots were being published.

Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandro@enedino.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/distro/include/maintainers.inc
meta/recipes-core/newlib/libgloss/fix-rs6000-crt0.patch
meta/recipes-core/newlib/libgloss/libgloss-build-without-nostdinc.patch [new file with mode: 0644]
meta/recipes-core/newlib/libgloss_4.3.0.bb [moved from meta/recipes-core/newlib/libgloss_4.2.0.bb with 75% similarity]
meta/recipes-core/newlib/newlib.inc
meta/recipes-core/newlib/newlib_git.bb [moved from meta/recipes-core/newlib/newlib_4.2.0.bb with 100% similarity]