mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 23:41:53 +00:00
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>
This commit is contained in:
parent
9af1859ed1
commit
2f7c00b934
15
meta-oe/recipes-extended/rsyslog/libfastjson_0.99.4.bb
Normal file
15
meta-oe/recipes-extended/rsyslog/libfastjson_0.99.4.bb
Normal file
@ -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
|
||||||
Loading…
x
Reference in New Issue
Block a user