summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-01-23 09:18:40 +0800
committerKhem Raj <raj.khem@gmail.com>2024-01-23 11:55:34 -0800
commit3fd4d0e8533fbece06b0d72e48aea854359f0068 (patch)
tree1b583f06f8a9bbdc6b7939e57c4fe91bfc0d052f /meta-oe
parente6bfe7668d4cef2a18185466c994c6e8b07e47d9 (diff)
downloadmeta-openembedded-3fd4d0e8533fbece06b0d72e48aea854359f0068.tar.gz
md4c: upgrade 0.4.8 -> 0.5.0
License-Update: Copyright year updated to 2024. Changelog: https://github.com/mity/md4c/blob/master/CHANGELOG.md Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/md4c/md4c_0.5.0.bb (renamed from meta-oe/recipes-support/md4c/md4c_0.4.8.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/md4c/md4c_0.4.8.bb b/meta-oe/recipes-support/md4c/md4c_0.5.0.bb
index fc3dbb3ae..755d5f50f 100644
--- a/meta-oe/recipes-support/md4c/md4c_0.4.8.bb
+++ b/meta-oe/recipes-support/md4c/md4c_0.5.0.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "MD4C is Markdown parser implementation in C."
3HOMEPAGE = "http://github.com/mity/md4c" 3HOMEPAGE = "http://github.com/mity/md4c"
4 4
5LICENSE = "MIT" 5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://LICENSE.md;md5=7e0fbcf3701aad22f2d2e0624a703795" 6LIC_FILES_CHKSUM = "file://LICENSE.md;md5=383f39920f391605af6e8e46e60e2378"
7 7
8 8
9S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
@@ -12,6 +12,6 @@ SRC_URI = " \
12 git://github.com/mity/md4c.git;protocol=https;branch=master \ 12 git://github.com/mity/md4c.git;protocol=https;branch=master \
13" 13"
14 14
15SRCREV = "c3340b480e5232711858108be07460a9836c8ab5" 15SRCREV = "481230f4180cb0e0aad56da06de9327d5bacd570"
16 16
17inherit cmake 17inherit cmake