From d52bb0212c6206633dad4829870278710a9c0010 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 6 Feb 2024 15:00:23 +0800 Subject: cmark: upgrade 0.30.3 -> 0.31.0 Changelog: https://github.com/commonmark/cmark/releases/tag/0.31.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-support/cmark/cmark_0.30.3.bb | 15 --------------- meta-oe/recipes-support/cmark/cmark_0.31.0.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta-oe/recipes-support/cmark/cmark_0.30.3.bb create mode 100644 meta-oe/recipes-support/cmark/cmark_0.31.0.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-support/cmark/cmark_0.30.3.bb b/meta-oe/recipes-support/cmark/cmark_0.30.3.bb deleted file mode 100644 index 6697dfe07f..0000000000 --- a/meta-oe/recipes-support/cmark/cmark_0.30.3.bb +++ /dev/null @@ -1,15 +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;branch=master;protocol=https" -SRCREV = "5ba25ff40eba44c811f79ab6a792baf945b8307c" -S = "${WORKDIR}/git" - -inherit cmake lib_package - -EXTRA_OECMAKE += " \ - -DCMARK_TESTS=OFF \ - -DCMARK_STATIC=OFF \ -" 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 0000000000..ce8b4cd493 --- /dev/null +++ b/meta-oe/recipes-support/cmark/cmark_0.31.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;branch=master;protocol=https" +SRCREV = "8fbf029685482827828b5858444157052f1b0a5f" +S = "${WORKDIR}/git" + +inherit cmake lib_package + +EXTRA_OECMAKE += " \ + -DCMARK_TESTS=OFF \ + -DCMARK_STATIC=OFF \ +" -- cgit v1.2.3-54-g00ecf