fastfloat is needed to compile libplacebo with clang Signed-off-by: Markus Volk <[email protected]> --- .../recipes-devtools/fastfloat/fastfloat_5.2.0.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta-oe/recipes-devtools/fastfloat/fastfloat_5.2.0.bb
diff --git a/meta-oe/recipes-devtools/fastfloat/fastfloat_5.2.0.bb b/meta-oe/recipes-devtools/fastfloat/fastfloat_5.2.0.bb new file mode 100644 index 000000000..b121a97b2 --- /dev/null +++ b/meta-oe/recipes-devtools/fastfloat/fastfloat_5.2.0.bb @@ -0,0 +1,15 @@ +SUMMARY = "fast_float number parsing library: 4x faster than strtod" +HOMEPAGE = "https://github.com/fastfloat/fast_float" +LICENSE = "Apache-2.0 & BSL-1.0 & MIT" +LIC_FILES_CHKSUM = " \ + file://LICENSE-MIT;md5=32b11d50c7d9788d4270f6a83f3e68eb \ + file://LICENSE-APACHE;md5=81db248e90379bcfc0582b578b009bc3 \ + file://LICENSE-BOOST;md5=2c7a3fa82e66676005cd4ee2608fd7d2 \ +" + +SRC_URI = "git://github.com/fastfloat/fast_float.git;protocol=https;branch=main" + +SRCREV = "2b2395f9ac836ffca6404424bcc252bff7aa80e4" +S = "${WORKDIR}/git" + +inherit cmake -- 2.47.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#112913): https://lists.openembedded.org/g/openembedded-devel/message/112913 Mute This Topic: https://lists.openembedded.org/mt/109014268/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
