mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 20:21:58 +02:00
0001-fix-jump-misses-init-gcc-8-warning.patch Removed since this is included in 0.99.9. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
16 lines
356 B
BlitzBasic
16 lines
356 B
BlitzBasic
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 = "0293afb3913f760c449348551cca4d2df59c1a00"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools
|