mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
caef559130
The following CVEs are addressed in this release. CVE-2023-50471 CVE-2023-50472 https://github.com/DaveGamble/cJSON/releases/tag/v1.7.17 Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
22 lines
582 B
BlitzBasic
22 lines
582 B
BlitzBasic
DESCRIPTION = "Ultralightweight JSON parser in ANSI C"
|
|
AUTHOR = "Dave Gamble"
|
|
HOMEPAGE = "https://github.com/DaveGamble/cJSON"
|
|
SECTION = "libs"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=218947f77e8cb8e2fa02918dc41c50d0"
|
|
|
|
SRC_URI = "git://github.com/DaveGamble/cJSON.git;branch=master;protocol=https"
|
|
SRCREV = "87d8f0961a01bf09bef98ff89bae9fdec42181ee"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit cmake pkgconfig
|
|
|
|
EXTRA_OECMAKE += "\
|
|
-DENABLE_CJSON_UTILS=On \
|
|
-DENABLE_CUSTOM_COMPILER_FLAGS=OFF \
|
|
-DBUILD_SHARED_AND_STATIC_LIBS=On \
|
|
"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|