summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiaying Song <jiaying.song.cn@windriver.com>2025-08-05 16:50:36 +0800
committerGyorgy Sarvari <skandigraun@gmail.com>2025-09-06 16:17:15 +0200
commit824c5a2d93e3c3600b0d242f25e80c8e7bea4ddc (patch)
tree8b5f96b0785256bb843c8ab2f0f569ddf5ea4bfa
parentf042d2bf8577f70f77b77820beb917236365fcfb (diff)
downloadmeta-openembedded-824c5a2d93e3c3600b0d242f25e80c8e7bea4ddc.tar.gz
libconfig: switch source to GitHub repository
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: Gyorgy Sarvari <skandigraun@gmail.com>
-rw-r--r--meta-oe/recipes-extended/libconfig/libconfig_1.7.3.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-extended/libconfig/libconfig_1.7.3.bb b/meta-oe/recipes-extended/libconfig/libconfig_1.7.3.bb
index a4df707dd7..ace2698fa4 100644
--- a/meta-oe/recipes-extended/libconfig/libconfig_1.7.3.bb
+++ b/meta-oe/recipes-extended/libconfig/libconfig_1.7.3.bb
@@ -7,9 +7,11 @@ SECTION = "libs"
7LICENSE = "LGPL-2.1-only" 7LICENSE = "LGPL-2.1-only"
8LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=fad9b3332be894bab9bc501572864b29" 8LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=fad9b3332be894bab9bc501572864b29"
9 9
10SRC_URI = "https://hyperrealm.github.io/libconfig/dist/libconfig-${PV}.tar.gz \ 10SRC_URI = "git://github.com/hyperrealm/libconfig.git;protocol=https;branch=master \
11 file://0001-Fix-declarations-to-allow-build-with-gcc-15.patch \ 11 file://0001-Fix-declarations-to-allow-build-with-gcc-15.patch \
12" 12"
13SRCREV = "525922a6b49ca19235cdf307376e7c9c539d1b93"
14S = "${WORKDIR}/git"
13 15
14# needed when we modify grammar.y with above patch 16# needed when we modify grammar.y with above patch
15DEPENDS += "bison-native" 17DEPENDS += "bison-native"
@@ -19,7 +21,5 @@ UPSTREAM_CHECK_REGEX = "Version (?P<pver>\d+(\.\d+)+)"
19 21
20inherit autotools-brokensep pkgconfig 22inherit autotools-brokensep pkgconfig
21 23
22SRC_URI[sha256sum] = "545166d6cac037744381d1e9cc5a5405094e7bfad16a411699bcff40bbb31ee7"
23
24PACKAGE_BEFORE_PN = "${PN}++" 24PACKAGE_BEFORE_PN = "${PN}++"
25FILES:${PN}++ = "${libdir}/${BPN}++*${SOLIBS}" 25FILES:${PN}++ = "${libdir}/${BPN}++*${SOLIBS}"