From dde4e6d41bc681a2644933cb62df256ef334dcbb Mon Sep 17 00:00:00 2001 From: Guocai He Date: Thu, 10 Jul 2025 13:23:26 +0800 Subject: libconfig: correct the SRC_URI The old SRC_URI is not available. Signed-off-by: Guocai He Signed-off-by: Armin Kuster --- meta-oe/recipes-extended/libconfig/libconfig_1.7.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 6382569923..6509271076 100644 --- a/meta-oe/recipes-extended/libconfig/libconfig_1.7.3.bb +++ b/meta-oe/recipes-extended/libconfig/libconfig_1.7.3.bb @@ -7,7 +7,7 @@ SECTION = "libs" LICENSE = "LGPL-2.1-only" LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=fad9b3332be894bab9bc501572864b29" -SRC_URI = "https://hyperrealm.github.io/libconfig/dist/libconfig-${PV}.tar.gz" +SRC_URI = "https://github.com/hyperrealm/libconfig/releases/download/v${PV}/libconfig-${PV}.tar.gz" UPSTREAM_CHECK_URI = "https://github.com/hyperrealm/libconfig/releases" UPSTREAM_CHECK_REGEX = "Version (?P\d+(\.\d+)+)" -- cgit v1.2.3-54-g00ecf