mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-27 08:07:36 +00:00
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
17 lines
386 B
BlitzBasic
17 lines
386 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;branch=master"
|
|
|
|
SRCREV = "3a8402c1de7c7747c95229db26d8d32fb85a7a52"
|
|
|
|
|
|
CVE_PRODUCT = "rsyslog:libfastjson"
|
|
|
|
inherit autotools
|