From 843b4e24b87e72e9e0cf2d7d6583b1b027e90413 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Thu, 30 Sep 2021 22:54:57 +0800 Subject: [PATCH] cmark: upgrade 0.30.1 -> 0.30.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix parsing of emphasis before links (#424, Nick Wellnhofer). Fixes a regression introduced with commit ed0a4bf. Update to Unicode 14.0 (data-man). Add ~ to safe href character set (#394, frogtile). Update CMakeLists.txt (Saleem Abdulrasool). Bump the minimum required CMake to 3.7. Imperatively define output name for static library. Fix install paths in libcmark.pc (Sebastián Mancilla). CMAKE_INSTALL_ can be relative or absolute path, so it is wrong to prefix CMAKE_INSTALL_PREFIX because if CMAKE_INSTALL_ is set to an absolute path it will result in a malformed path with two absolute paths joined together. Instead, use CMAKE_INSTALL_FULL_ from GNUInstallDirs. Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj --- .../recipes-support/cmark/{cmark_0.30.1.bb => cmark_0.30.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/cmark/{cmark_0.30.1.bb => cmark_0.30.2.bb} (88%) diff --git a/meta-oe/recipes-support/cmark/cmark_0.30.1.bb b/meta-oe/recipes-support/cmark/cmark_0.30.2.bb similarity index 88% rename from meta-oe/recipes-support/cmark/cmark_0.30.1.bb rename to meta-oe/recipes-support/cmark/cmark_0.30.2.bb index e2db8aa762..6669c6e500 100644 --- a/meta-oe/recipes-support/cmark/cmark_0.30.1.bb +++ b/meta-oe/recipes-support/cmark/cmark_0.30.2.bb @@ -4,7 +4,7 @@ LICENSE = "BSD-2-Clause & MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=81f9cae6293cc0345a9144b78152ab62" SRC_URI = "git://github.com/commonmark/cmark.git" -SRCREV = "977b128291c0cf6c5053cdcf2ac72e627f09c105" +SRCREV = "a8da5a2f252b96eca60ae8bada1a9ba059a38401" S = "${WORKDIR}/git" inherit cmake lib_package