summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/rsyslog
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2016-10-24 14:35:02 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2016-10-26 10:28:40 +0200
commit2f7c00b93483680691848cc1d7721d908039bdf0 (patch)
tree021a94c85b5aa9092b111c87bdb2d42c77e7ecab /meta-oe/recipes-extended/rsyslog
parent9af1859ed13e6bfde4e0aaa8e13f3c77dd1ef900 (diff)
downloadmeta-openembedded-2f7c00b93483680691848cc1d7721d908039bdf0.tar.gz
libfastjson: add recipe
This is a project under rsyslog. Add its recipe as it's needed by new version of rsyslog. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/rsyslog')
-rw-r--r--meta-oe/recipes-extended/rsyslog/libfastjson_0.99.4.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/rsyslog/libfastjson_0.99.4.bb b/meta-oe/recipes-extended/rsyslog/libfastjson_0.99.4.bb
new file mode 100644
index 000000000..2e23d7ec6
--- /dev/null
+++ b/meta-oe/recipes-extended/rsyslog/libfastjson_0.99.4.bb
@@ -0,0 +1,15 @@
1SUMMARY = "A fork of json-c library"
2HOMEPAGE = "https://github.com/rsyslog/libfastjson"
3
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://COPYING;md5=a958bb07122368f3e1d9b2efe07d231f"
6
7DEPENDS = ""
8
9SRC_URI = "git://github.com/rsyslog/libfastjson.git;protocol=https"
10
11SRCREV = "6e057a094cb225c9d80d8d6e6b1f36ca88a942dd"
12
13S = "${WORKDIR}/git"
14
15inherit autotools