summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/cmark/cmark_0.31.0.bb
diff options
context:
space:
mode:
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.bb15
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 @@
1SUMMARY = "CommonMark parsing and rendering library and program in C"
2HOMEPAGE = "https://github.com/commonmark/cmark"
3LICENSE = "BSD-2-Clause & MIT"
4LIC_FILES_CHKSUM = "file://COPYING;md5=81f9cae6293cc0345a9144b78152ab62"
5
6SRC_URI = "git://github.com/commonmark/cmark.git;branch=master;protocol=https"
7SRCREV = "8fbf029685482827828b5858444157052f1b0a5f"
8S = "${WORKDIR}/git"
9
10inherit cmake lib_package
11
12EXTRA_OECMAKE += " \
13 -DCMARK_TESTS=OFF \
14 -DCMARK_STATIC=OFF \
15"