double-conversion: initial add 3.1.5
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
10
recipes-support/double-conversion/double-conversion.bb
Normal file
10
recipes-support/double-conversion/double-conversion.bb
Normal 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
|
||||
Reference in New Issue
Block a user