mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 20:07:25 +00:00
c5de36f588
The original tarball URL no longer provides version 1.7.3 or any other historical releases.To ensure reproducible builds, the source has been switched to the official GitHub repository. Signed-off-by: Jiaying Song <jiaying.song.cn@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
25 lines
894 B
BlitzBasic
25 lines
894 B
BlitzBasic
SUMMARY = "C/C++ Configuration File Library"
|
|
DESCRIPTION = "Library for manipulating structured configuration files"
|
|
HOMEPAGE = "https://hyperrealm.github.io/libconfig/"
|
|
BUGTRACKER = "https://github.com/hyperrealm/libconfig/issues"
|
|
SECTION = "libs"
|
|
|
|
LICENSE = "LGPL-2.1-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=fad9b3332be894bab9bc501572864b29"
|
|
|
|
SRC_URI = "git://github.com/hyperrealm/libconfig.git;protocol=https;branch=master;tag=v${PV} \
|
|
file://0001-Fix-declarations-to-allow-build-with-gcc-15.patch \
|
|
"
|
|
SRCREV = "525922a6b49ca19235cdf307376e7c9c539d1b93"
|
|
|
|
# needed when we modify grammar.y with above patch
|
|
DEPENDS += "bison-native"
|
|
|
|
UPSTREAM_CHECK_URI = "https://github.com/hyperrealm/libconfig/releases"
|
|
UPSTREAM_CHECK_REGEX = "Version (?P<pver>\d+(\.\d+)+)"
|
|
|
|
inherit autotools-brokensep pkgconfig
|
|
|
|
PACKAGE_BEFORE_PN = "${PN}++"
|
|
FILES:${PN}++ = "${libdir}/${BPN}++*${SOLIBS}"
|