diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-01-23 09:18:40 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-01-23 11:55:34 -0800 |
| commit | 3fd4d0e8533fbece06b0d72e48aea854359f0068 (patch) | |
| tree | 1b583f06f8a9bbdc6b7939e57c4fe91bfc0d052f | |
| parent | e6bfe7668d4cef2a18185466c994c6e8b07e47d9 (diff) | |
| download | meta-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>
| -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 fc3dbb3ae9..755d5f50ff 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." | |||
| 3 | HOMEPAGE = "http://github.com/mity/md4c" | 3 | HOMEPAGE = "http://github.com/mity/md4c" |
| 4 | 4 | ||
| 5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=7e0fbcf3701aad22f2d2e0624a703795" | 6 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=383f39920f391605af6e8e46e60e2378" |
| 7 | 7 | ||
| 8 | 8 | ||
| 9 | S = "${WORKDIR}/git" | 9 | S = "${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 | ||
| 15 | SRCREV = "c3340b480e5232711858108be07460a9836c8ab5" | 15 | SRCREV = "481230f4180cb0e0aad56da06de9327d5bacd570" |
| 16 | 16 | ||
| 17 | inherit cmake | 17 | inherit cmake |
