diff options
Diffstat (limited to 'meta-oe/recipes-extended')
-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 | ||