summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2025-03-05 16:19:06 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-03-07 11:13:24 +0000
commitdb3e08f8204ffa8222195c7cf3de95a4826c8ed6 (patch)
treeeddc36ca30b43356d1b3f7d61bf2f312b2a5ec6a /meta/recipes-devtools
parent6ab80d3d53a184f5e82caf74bde9f3f3829d644d (diff)
downloadpoky-db3e08f8204ffa8222195c7cf3de95a4826c8ed6.tar.gz
fastfloat: add recipe
A header-only library for fast number parsing An older version of this recipe is included in meta-oe, since fastfloat is also used by libplacebo. If the recipe is accepted, I will send a patch for removal there. The reason why this is needed in oe-core is the upcoming vte release, which uses fastfloat but pulls it as a wrap-based subproject by default. (From OE-Core rev: 09aba21e7eb51b2ebe5448135c8c2438985240fe) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/fastfloat/fastfloat_8.0.0.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-devtools/fastfloat/fastfloat_8.0.0.bb b/meta/recipes-devtools/fastfloat/fastfloat_8.0.0.bb
new file mode 100644
index 0000000000..6426a1d2ec
--- /dev/null
+++ b/meta/recipes-devtools/fastfloat/fastfloat_8.0.0.bb
@@ -0,0 +1,15 @@
1SUMMARY = "fast_float number parsing library: 4x faster than strtod"
2HOMEPAGE = "https://github.com/fastfloat/fast_float"
3LICENSE = "Apache-2.0 & BSL-1.0 & MIT"
4LIC_FILES_CHKSUM = " \
5 file://LICENSE-MIT;md5=32b11d50c7d9788d4270f6a83f3e68eb \
6 file://LICENSE-APACHE;md5=81db248e90379bcfc0582b578b009bc3 \
7 file://LICENSE-BOOST;md5=2c7a3fa82e66676005cd4ee2608fd7d2 \
8"
9
10SRC_URI = "git://github.com/fastfloat/fast_float.git;protocol=https;branch=main"
11
12SRCREV = "77cc847c842c49e7e3477c1e95da2b6540166d66"
13S = "${WORKDIR}/git"
14
15inherit cmake