[oe-commits] [meta-openembedded] 56/60: libfastjson: add recipe

git at git.openembedded.org git at git.openembedded.org
Mon Oct 24 16:05:46 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 9380f2a98f37d35532ea9cbdd9e14cdc8c790031
Author: Chen Qi <Qi.Chen at windriver.com>
AuthorDate: Mon Oct 24 14:35:02 2016 +0800

    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 at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-extended/rsyslog/libfastjson_0.99.4.bb | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

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 0000000..2e23d7e
--- /dev/null
+++ b/meta-oe/recipes-extended/rsyslog/libfastjson_0.99.4.bb
@@ -0,0 +1,15 @@
+SUMMARY = "A fork of json-c library"
+HOMEPAGE = "https://github.com/rsyslog/libfastjson"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://COPYING;md5=a958bb07122368f3e1d9b2efe07d231f"
+
+DEPENDS = ""
+
+SRC_URI = "git://github.com/rsyslog/libfastjson.git;protocol=https"
+
+SRCREV = "6e057a094cb225c9d80d8d6e6b1f36ca88a942dd"
+
+S = "${WORKDIR}/git"
+
+inherit autotools

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list