From 5b680652b77e4acdfd53855a2f77d977e9044db0 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Tue, 6 Jul 2021 11:13:21 +0200 Subject: cmark: upgrade 0.29.0 -> 0.30.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For full change-log see [1]. [1] https://github.com/commonmark/cmark/releases/tag/0.30.0 Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- meta-oe/recipes-support/cmark/cmark_0.30.0.bb | 15 +++++++++++++++ meta-oe/recipes-support/cmark/cmark_git.bb | 17 ----------------- 2 files changed, 15 insertions(+), 17 deletions(-) create mode 100644 meta-oe/recipes-support/cmark/cmark_0.30.0.bb delete mode 100644 meta-oe/recipes-support/cmark/cmark_git.bb (limited to 'meta-oe') 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 @@ +SUMMARY = "CommonMark parsing and rendering library and program in C" +HOMEPAGE = "https://github.com/commonmark/cmark" +LICENSE = "BSD-2-Clause & MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=81f9cae6293cc0345a9144b78152ab62" + +SRC_URI = "git://github.com/commonmark/cmark.git" +SRCREV = "8800e66010214384e75f933830ca5585e1ae3060" +S = "${WORKDIR}/git" + +inherit cmake lib_package + +EXTRA_OECMAKE += " \ + -DCMARK_TESTS=OFF \ + -DCMARK_STATIC=OFF \ +" diff --git a/meta-oe/recipes-support/cmark/cmark_git.bb b/meta-oe/recipes-support/cmark/cmark_git.bb deleted file mode 100644 index f74a39b500..0000000000 --- a/meta-oe/recipes-support/cmark/cmark_git.bb +++ /dev/null @@ -1,17 +0,0 @@ -SUMMARY = "CommonMark parsing and rendering library and program in C" -HOMEPAGE = "https://github.com/commonmark/cmark" -LICENSE = "BSD-2-Clause & MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=81f9cae6293cc0345a9144b78152ab62" - -SRC_URI = "git://github.com/commonmark/cmark.git" -SRCREV = "8daa6b1495124f0b67e6034130e12d7be83e38bd" -S = "${WORKDIR}/git" - -PV = "0.29.0" - -inherit cmake lib_package - -EXTRA_OECMAKE += " \ - -DCMARK_TESTS=OFF \ - -DCMARK_STATIC=OFF \ -" -- cgit v1.2.3-54-g00ecf