diff options
| author | Jiaying Song <jiaying.song.cn@windriver.com> | 2025-08-26 12:27:44 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-08-26 08:27:27 -0700 |
| commit | c5de36f5882f0dbaa63f88bb8f9010910cdbb9cf (patch) | |
| tree | 1d8a904e9c93a344a0c2d08df80ccb4f78a2f7d6 | |
| parent | f42d8e0e48441d52cf677aee8a747cf25bb78435 (diff) | |
| download | meta-openembedded-c5de36f5882f0dbaa63f88bb8f9010910cdbb9cf.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: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-extended/libconfig/libconfig_1.7.3.bb | 5 |
1 files changed, 2 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..bd7d7e64b8 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,10 @@ SECTION = "libs" | |||
| 7 | LICENSE = "LGPL-2.1-only" | 7 | LICENSE = "LGPL-2.1-only" |
| 8 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=fad9b3332be894bab9bc501572864b29" | 8 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=fad9b3332be894bab9bc501572864b29" |
| 9 | 9 | ||
| 10 | SRC_URI = "https://hyperrealm.github.io/libconfig/dist/libconfig-${PV}.tar.gz \ | 10 | SRC_URI = "git://github.com/hyperrealm/libconfig.git;protocol=https;branch=master;tag=v${PV} \ |
| 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 | " |
| 13 | SRCREV = "525922a6b49ca19235cdf307376e7c9c539d1b93" | ||
| 13 | 14 | ||
| 14 | # needed when we modify grammar.y with above patch | 15 | # needed when we modify grammar.y with above patch |
| 15 | DEPENDS += "bison-native" | 16 | DEPENDS += "bison-native" |
| @@ -19,7 +20,5 @@ UPSTREAM_CHECK_REGEX = "Version (?P<pver>\d+(\.\d+)+)" | |||
| 19 | 20 | ||
| 20 | inherit autotools-brokensep pkgconfig | 21 | inherit autotools-brokensep pkgconfig |
| 21 | 22 | ||
| 22 | SRC_URI[sha256sum] = "545166d6cac037744381d1e9cc5a5405094e7bfad16a411699bcff40bbb31ee7" | ||
| 23 | |||
| 24 | PACKAGE_BEFORE_PN = "${PN}++" | 23 | PACKAGE_BEFORE_PN = "${PN}++" |
| 25 | FILES:${PN}++ = "${libdir}/${BPN}++*${SOLIBS}" | 24 | FILES:${PN}++ = "${libdir}/${BPN}++*${SOLIBS}" |
