mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
double-conversion: added double-conversion lib
This provides binary-decimal and decimal-binary routines for IEEE doubles. Signed-off-by: Sebastian Suesens <sebastian.suesens@baslerweb.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
0c1f379f42
commit
528d29b4a9
@@ -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"
|
||||||
Reference in New Issue
Block a user