summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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