blob: cc54dc6481492e0ea8311781e858ec476fe9d20b [file] [log] [blame]
Patrick Williams975a06f2022-10-21 14:42:47 -05001SUMMARY = "Double conversion libraries"
2DESCRIPTION = "This provides binary-decimal and decimal-binary routines for IEEE doubles."
3HOMEPAGE = "https://github.com/google/double-conversion.git"
4
5LICENSE = "BSD-3-Clause"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=1ea35644f0ec0d9767897115667e901f"
7
8
9S = "${WORKDIR}/git"
10
11SRC_URI = " \
12 git://github.com/google/double-conversion.git;protocol=https;branch=master \
13"
14SRCREV = "af09fd65fcf24eee95dc62813ba9123414635428"
15
16inherit cmake
17
18EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON"