mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 17:39:57 +00:00
9f802bd1a3
This includes CVE-fix for CVE-2023-26819. Removed CVE-2025-57052, as the issue was already resolved in v1.7.19. Changelog: ========== https://github.com/DaveGamble/cJSON/blob/master/CHANGELOG.md Signed-off-by: Praveen Kumar <praveen.kumar@windriver.com> Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
23 lines
594 B
BlitzBasic
23 lines
594 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 = "c859b25da02955fef659d658b8f324b5cde87be3"
|
|
|
|
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"
|