This provides binary-decimal and decimal-binary routines for IEEE doubles. Signed-off-by: Sebastian Suesens <[email protected]> --- .../dc/double-conversion_3.2.1.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 meta-oe/recipes-support/dc/double-conversion_3.2.1.bb
diff --git a/meta-oe/recipes-support/dc/double-conversion_3.2.1.bb b/meta-oe/recipes-support/dc/double-conversion_3.2.1.bb new file mode 100644 index 000000000..cc54dc648 --- /dev/null +++ b/meta-oe/recipes-support/dc/double-conversion_3.2.1.bb @@ -0,0 +1,18 @@ +SUMMARY = "Double conversion libraries" +DESCRIPTION = "This provides binary-decimal and decimal-binary routines for IEEE doubles." +HOMEPAGE = "https://github.com/google/double-conversion.git" + +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1ea35644f0ec0d9767897115667e901f" + + +S = "${WORKDIR}/git" + +SRC_URI = " \ + git://github.com/google/double-conversion.git;protocol=https;branch=master \ +" +SRCREV = "af09fd65fcf24eee95dc62813ba9123414635428" + +inherit cmake + +EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON" -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#99190): https://lists.openembedded.org/g/openembedded-devel/message/99190 Mute This Topic: https://lists.openembedded.org/mt/94378967/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
