aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-02-06 15:25:30 +0800
committerKhem Raj <raj.khem@gmail.com>2024-02-09 09:52:08 -0800
commitaf4bce0de3f59d218ac1d7719c3bb95f6f87d57c (patch)
tree8900d55146f94ce8046bdfb3f789179cb10f804d /meta-oe/recipes-support
parent9ebcca5734830d48241c2ec7cd03d738a5d10c76 (diff)
downloadmeta-openembedded-contrib-af4bce0de3f59d218ac1d7719c3bb95f6f87d57c.tar.gz
md4c: upgrade 0.5.0 -> 0.5.2
Changes: =========== - The specification expands set of Unicode characters seen by Markdown parser as a punctuation. Namely all Unicode general categories P (punctuation) and S (symbols) are now seen as such. - The definition of HTML comment has been changed so that '<!-->' and '<!--->' are also recognized as HTML comments. - HTML tags recognized as HTML block starting condition of type 4 has been updated, namely a tag '<source>' has been removed, whereas '<search>' added. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/md4c/md4c_0.5.2.bb (renamed from meta-oe/recipes-support/md4c/md4c_0.5.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/md4c/md4c_0.5.0.bb b/meta-oe/recipes-support/md4c/md4c_0.5.2.bb
index 755d5f50ff..6c409666fc 100644
--- a/meta-oe/recipes-support/md4c/md4c_0.5.0.bb
+++ b/meta-oe/recipes-support/md4c/md4c_0.5.2.bb
@@ -12,6 +12,6 @@ SRC_URI = " \
git://github.com/mity/md4c.git;protocol=https;branch=master \
"
-SRCREV = "481230f4180cb0e0aad56da06de9327d5bacd570"
+SRCREV = "729e6b8b320caa96328968ab27d7db2235e4fb47"
inherit cmake