mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
5cb230959e
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>
(cherry picked from commit c5de36f588)
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
24 lines
833 B
BlitzBasic
24 lines
833 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"
|
|
SRCREV = "525922a6b49ca19235cdf307376e7c9c539d1b93"
|
|
S = "${WORKDIR}/git"
|
|
|
|
# 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}"
|