summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/md4c/md4c_0.4.8.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/md4c/md4c_0.4.8.bb b/meta-oe/recipes-support/md4c/md4c_0.4.8.bb
new file mode 100644
index 000000000..fc3dbb3ae
--- /dev/null
+++ b/meta-oe/recipes-support/md4c/md4c_0.4.8.bb
@@ -0,0 +1,17 @@
1SUMMARY = "Markdown for C"
2DESCRIPTION = "MD4C is Markdown parser implementation in C."
3HOMEPAGE = "http://github.com/mity/md4c"
4
5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://LICENSE.md;md5=7e0fbcf3701aad22f2d2e0624a703795"
7
8
9S = "${WORKDIR}/git"
10
11SRC_URI = " \
12 git://github.com/mity/md4c.git;protocol=https;branch=master \
13"
14
15SRCREV = "c3340b480e5232711858108be07460a9836c8ab5"
16
17inherit cmake