mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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>
16 lines
580 B
BlitzBasic
16 lines
580 B
BlitzBasic
SUMMARY = "libConfuse is a configuration file parser library"
|
|
LICENSE = "ISC"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=42fa47330d4051cd219f7d99d023de3a"
|
|
|
|
SRC_URI = "https://github.com/libconfuse/libconfuse/releases/download/v${PV}/confuse-${PV}.tar.gz"
|
|
SRC_URI[sha256sum] = "3a59ded20bc652eaa8e6261ab46f7e483bc13dad79263c15af42ecbb329707b8"
|
|
|
|
SRC_URI += "file://0001-only-apply-search-path-logic-to-relative-pathnames.patch"
|
|
SRC_URI += "file://CVE-2022-40320.patch"
|
|
|
|
inherit autotools-brokensep pkgconfig gettext
|
|
|
|
S = "${UNPACKDIR}/confuse-${PV}"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|