diff options
Diffstat (limited to 'meta-oe/recipes-support/cmark/cmark_0.30.0.bb')
| -rw-r--r-- | meta-oe/recipes-support/cmark/cmark_0.30.0.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/cmark/cmark_0.30.0.bb b/meta-oe/recipes-support/cmark/cmark_0.30.0.bb new file mode 100644 index 0000000000..c52a040645 --- /dev/null +++ b/meta-oe/recipes-support/cmark/cmark_0.30.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" | ||
| 7 | SRCREV = "8800e66010214384e75f933830ca5585e1ae3060" | ||
| 8 | S = "${WORKDIR}/git" | ||
| 9 | |||
| 10 | inherit cmake lib_package | ||
| 11 | |||
| 12 | EXTRA_OECMAKE += " \ | ||
| 13 | -DCMARK_TESTS=OFF \ | ||
| 14 | -DCMARK_STATIC=OFF \ | ||
| 15 | " | ||
