diff options
| -rw-r--r-- | meta-oe/recipes-support/dc/double-conversion_3.2.1.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/dc/double-conversion_3.2.1.bb b/meta-oe/recipes-support/dc/double-conversion_3.2.1.bb new file mode 100644 index 0000000000..cc54dc6481 --- /dev/null +++ b/meta-oe/recipes-support/dc/double-conversion_3.2.1.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | SUMMARY = "Double conversion libraries" | ||
| 2 | DESCRIPTION = "This provides binary-decimal and decimal-binary routines for IEEE doubles." | ||
| 3 | HOMEPAGE = "https://github.com/google/double-conversion.git" | ||
| 4 | |||
| 5 | LICENSE = "BSD-3-Clause" | ||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1ea35644f0ec0d9767897115667e901f" | ||
| 7 | |||
| 8 | |||
| 9 | S = "${WORKDIR}/git" | ||
| 10 | |||
| 11 | SRC_URI = " \ | ||
| 12 | git://github.com/google/double-conversion.git;protocol=https;branch=master \ | ||
| 13 | " | ||
| 14 | SRCREV = "af09fd65fcf24eee95dc62813ba9123414635428" | ||
| 15 | |||
| 16 | inherit cmake | ||
| 17 | |||
| 18 | EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON" | ||
