mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
fc78d37ff0
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>
18 lines
581 B
BlitzBasic
18 lines
581 B
BlitzBasic
SUMMARY = "The iniParser library is a simple C library offering INI file parsing services (both reading and writing)."
|
|
SECTION = "libs"
|
|
HOMEPAGE = "https://gitlab.com/iniparser/iniparser"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=8474d3b745f77e203f1fc82fb0bb7678"
|
|
SRCBRANCH = "main"
|
|
SRCREV = "4bef811283e0ec1658c60e09950bd5a1ddc92e4b"
|
|
|
|
SRC_URI = "git://gitlab.com/iniparser/iniparser.git;protocol=https;branch=${SRCBRANCH}"
|
|
|
|
inherit cmake
|
|
|
|
EXTRA_OECMAKE = " \
|
|
-DBUILD_DOCS=OFF \
|
|
"
|
|
|
|
FILES_${PN}-staticdev += "${libdir}/cmake/iniparser/iniparser-staticTargets*.cmake"
|