mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
a74abf155d
I've met the following compilation error. | ../git/json_object.c:415:3: error: jump skips variable initialization [-Werror=jump-misses-init] Backport a patch to fix it. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
17 lines
422 B
BlitzBasic
17 lines
422 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 \
|
|
file://0001-fix-jump-misses-init-gcc-8-warning.patch"
|
|
|
|
SRCREV = "4758b1caf69ada911ef79e1d80793fe489b98dff"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools
|