mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 12:46:45 -09:00
package/mpdecimal: bump to version 4.0.0
While 2.5.1 -> 4.0.0 may seems like a big jump with lots of versions skipped, in fact 4.0.0 is the immediate next release after 2.5.1. Changelog at: https://www.bytereef.org/mpdecimal/changelog.html Build tested successfully with test-pkg, including with the one reverse dependency of mpdecimal: the python3 decimal module: https://gitlab.com/tpetazzoni/buildroot/-/pipelines/1604635008. The license file was renamed from LICENSE.txt to COPYRIGHT.txt. The license is still BSD-2-Clause, but the formatting changed: the license text is no longer inside a C-style comment, but just plain text, and the copyright years were updated. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
parent
5027bcf2c5
commit
d63801823d
2 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# From http://www.bytereef.org/mpdecimal/download.html
|
||||
sha256 9f9cd4c041f99b5c49ffb7b59d9f12d95b683d88585608aa56a6307667b2b21f mpdecimal-2.5.1.tar.gz
|
||||
sha256 942445c3245b22730fd41a67a7c5c231d11cb1b9936b9c0f76334fb7d0b4468c mpdecimal-4.0.0.tar.gz
|
||||
# Locally computed
|
||||
sha256 b07528d8b1dbf1e2d2741052996f0876e23342ce2d30d0effa39c5457716c25a LICENSE.txt
|
||||
sha256 2713324211652ce4a60e6e21e54f9dc3004299e591b0933a352f1a89c5fb53c2 COPYRIGHT.txt
|
||||
|
|
|
|||
|
|
@ -5,10 +5,10 @@
|
|||
################################################################################
|
||||
|
||||
MPDECIMAL_SITE = http://www.bytereef.org/software/mpdecimal/releases
|
||||
MPDECIMAL_VERSION = 2.5.1
|
||||
MPDECIMAL_VERSION = 4.0.0
|
||||
MPDECIMAL_INSTALL_STAGING = YES
|
||||
MPDECIMAL_LICENSE = BSD-2-Clause
|
||||
MPDECIMAL_LICENSE_FILES = LICENSE.txt
|
||||
MPDECIMAL_LICENSE_FILES = COPYRIGHT.txt
|
||||
MPDECIMAL_CONF_OPTS = LD="$(TARGET_CC)"
|
||||
|
||||
# threads are only needed for tests
|
||||
|
|
|
|||
Loading…
Reference in a new issue