diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2016-10-24 14:35:02 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-10-26 10:28:40 +0200 |
commit | 2f7c00b93483680691848cc1d7721d908039bdf0 (patch) | |
tree | 021a94c85b5aa9092b111c87bdb2d42c77e7ecab | |
parent | 9af1859ed13e6bfde4e0aaa8e13f3c77dd1ef900 (diff) | |
download | meta-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>
-rw-r--r-- | meta-oe/recipes-extended/rsyslog/libfastjson_0.99.4.bb | 15 |
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 @@ | |||
1 | SUMMARY = "A fork of json-c library" | ||
2 | HOMEPAGE = "https://github.com/rsyslog/libfastjson" | ||
3 | |||
4 | LICENSE = "MIT" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=a958bb07122368f3e1d9b2efe07d231f" | ||
6 | |||
7 | DEPENDS = "" | ||
8 | |||
9 | SRC_URI = "git://github.com/rsyslog/libfastjson.git;protocol=https" | ||
10 | |||
11 | SRCREV = "6e057a094cb225c9d80d8d6e6b1f36ca88a942dd" | ||
12 | |||
13 | S = "${WORKDIR}/git" | ||
14 | |||
15 | inherit autotools | ||