diff options
Diffstat (limited to 'meta-oe/recipes-support/cmark/cmark_0.31.0.bb')
-rw-r--r-- | meta-oe/recipes-support/cmark/cmark_0.31.0.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/cmark/cmark_0.31.0.bb b/meta-oe/recipes-support/cmark/cmark_0.31.0.bb new file mode 100644 index 000000000..ce8b4cd49 --- /dev/null +++ b/meta-oe/recipes-support/cmark/cmark_0.31.0.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | SUMMARY = "CommonMark parsing and rendering library and program in C" | ||
2 | HOMEPAGE = "https://github.com/commonmark/cmark" | ||
3 | LICENSE = "BSD-2-Clause & MIT" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=81f9cae6293cc0345a9144b78152ab62" | ||
5 | |||
6 | SRC_URI = "git://github.com/commonmark/cmark.git;branch=master;protocol=https" | ||
7 | SRCREV = "8fbf029685482827828b5858444157052f1b0a5f" | ||
8 | S = "${WORKDIR}/git" | ||
9 | |||
10 | inherit cmake lib_package | ||
11 | |||
12 | EXTRA_OECMAKE += " \ | ||
13 | -DCMARK_TESTS=OFF \ | ||
14 | -DCMARK_STATIC=OFF \ | ||
15 | " | ||