summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libconfuse/libconfuse_3.3.bb
blob: 20966a535c10f2761f55ec6425749ed140f05e13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"