double-conversion: initial add 3.1.5

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2021-08-26 23:10:17 +02:00
parent fe515c9ffe
commit ecd696de30

View File

@@ -0,0 +1,10 @@
SUMMARY = "Efficient binary-decimal and decimal-binary conversion routines"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://COPYING;md5=1ea35644f0ec0d9767897115667e901f"
SRC_URI = "git://github.com/google/double-conversion.git"
SRCREV = "5fa81e88ef24e735b4283b8f7454dc59693ac1fc"
PV = "3.1.5"
S = "${WORKDIR}/git"
inherit cmake