mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
Packaging changes: - Drop patch that is upstream (it was an upstream backport) - double-conversion now requires CMake 3.29, so we select BR2_HOST_CMAKE_AT_LEAST_3_29 Upstream changes: CMake: Raised required version to 3.5 by @heirecka in #240 Bump ossf/scorecard-action from 2.4.0 to 2.4.1 by @dependabot[bot] in #241 Always initialize decimal-point variable. by @floitsch in #244 Explain that ToShortest might not be the shortest. by @floitsch in #245 Add higher bound for cmake. by @floitsch in #246 Bump ossf/scorecard-action from 2.4.1 to 2.4.2 by @dependabot[bot] in #248 Bump lukka/get-cmake from 4.0.2 to 4.0.3 by @dependabot[bot] in #250 Bump lukka/get-cmake from 4.0.3 to 4.1.0 by @dependabot[bot] in #252 Bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in #253 Bump lukka/get-cmake from 4.1.0 to 4.1.1 by @dependabot[bot] in #254 Add alias double-conversion::double-conversion by @Flamefire in #255 Revert "Add _ITERATOR_DEBUG_LEVEL=2 and _DEBUG defines (#202)" by @Osyotr in #256 Bump ossf/scorecard-action from 2.4.2 to 2.4.3 by @dependabot[bot] in #259 Install pkg-config file (from CMake build) by @Ericson2314 in #262 Update CI runners and minimal cmake. by @floitsch in #257 Bump lukka/get-cmake from 4.1.1 to 4.1.2 by @dependabot[bot] in #258 Bump lukka/get-cmake from 4.1.2 to 4.2.0 by @dependabot[bot] in #264 Bump actions/checkout from 5.0.0 to 6.0.0 by @dependabot[bot] in #265 Bump actions/checkout from 6.0.0 to 6.0.1 by @dependabot[bot] in #266 Prepare new release. by @floitsch in #267 See https://github.com/google/double-conversion/releases/tag/v3.4.0 Tested in a defconfig that has the two reverse dependencies of double-conversion in Buildroot: BR2_aarch64=y BR2_TOOLCHAIN_EXTERNAL=y BR2_TOOLCHAIN_EXTERNAL_BOOTLIN=y BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64_GLIBC_STABLE=y BR2_PACKAGE_QT6=y BR2_PACKAGE_PYTHON3=y BR2_PACKAGE_PYTHON_UJSON=y Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
13 lines
353 B
Plaintext
13 lines
353 B
Plaintext
config BR2_PACKAGE_DOUBLE_CONVERSION
|
|
bool "double-conversion"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
select BR2_HOST_CMAKE_AT_LEAST_3_29
|
|
help
|
|
Provides binary-decimal and decimal-binary routines for
|
|
IEEE doubles.
|
|
|
|
https://github.com/google/double-conversion
|
|
|
|
comment "double-conversion needs a toolchain w/ C++"
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|