From ecd696de3083f86d9e167420958cf61abdf09d27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 26 Aug 2021 23:10:17 +0200 Subject: [PATCH] double-conversion: initial add 3.1.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-support/double-conversion/double-conversion.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 recipes-support/double-conversion/double-conversion.bb diff --git a/recipes-support/double-conversion/double-conversion.bb b/recipes-support/double-conversion/double-conversion.bb new file mode 100644 index 0000000..de7018d --- /dev/null +++ b/recipes-support/double-conversion/double-conversion.bb @@ -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