diff options
author | Guocai He <guocai.he.cn@windriver.com> | 2025-07-10 13:23:26 +0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2025-07-10 20:23:37 -0400 |
commit | dde4e6d41bc681a2644933cb62df256ef334dcbb (patch) | |
tree | 982feaedf6cdefe4a2c90e44ce08182fba1f9a73 | |
parent | bf0a4396945ced9a88a2dedb4bac10928afcf31c (diff) | |
download | meta-openembedded-dde4e6d41bc681a2644933cb62df256ef334dcbb.tar.gz |
libconfig: correct the SRC_URI
The old SRC_URI is not available.
Signed-off-by: Guocai He <guocai.he.cn@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-oe/recipes-extended/libconfig/libconfig_1.7.3.bb | 2 |
1 files changed, 1 insertions, 1 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 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" | |||
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 = "https://github.com/hyperrealm/libconfig/releases/download/v${PV}/libconfig-${PV}.tar.gz" |
11 | 11 | ||
12 | UPSTREAM_CHECK_URI = "https://github.com/hyperrealm/libconfig/releases" | 12 | UPSTREAM_CHECK_URI = "https://github.com/hyperrealm/libconfig/releases" |
13 | UPSTREAM_CHECK_REGEX = "Version (?P<pver>\d+(\.\d+)+)" | 13 | UPSTREAM_CHECK_REGEX = "Version (?P<pver>\d+(\.\d+)+)" |