diff options
author | Jiaying Song <jiaying.song.cn@windriver.com> | 2024-11-11 18:04:37 +0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2024-11-24 17:38:31 -0500 |
commit | 83d23d2b24fde3d4d6173e4c23d3683f27e5a951 (patch) | |
tree | a8955d2e7b4aea03b9a6ee69c4c14f9aac2c2e6d | |
parent | bfc8381b6f9cb8b6c086f3559374e723f3384fd2 (diff) | |
download | meta-openembedded-83d23d2b24fde3d4d6173e4c23d3683f27e5a951.tar.gz |
libdev-checklib-perl: fix do_fetch error
Change the SRC_URI to the correct value due to the following error:
WARNING: libdev-checklib-perl-native-1.16-r0 do_fetch: Failed to fetch URL https://cpan.metacpan.org/modules/by-module/Devel/Devel-CheckLib-1.16.tar.gz, attempting MIRRORS if available
Signed-off-by: Jiaying Song <jiaying.song.cn@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-oe/recipes-devtools/perl/libdev-checklib-perl_1.16.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/perl/libdev-checklib-perl_1.16.bb b/meta-oe/recipes-devtools/perl/libdev-checklib-perl_1.16.bb index 74a09e7bf8..bda1771ca7 100644 --- a/meta-oe/recipes-devtools/perl/libdev-checklib-perl_1.16.bb +++ b/meta-oe/recipes-devtools/perl/libdev-checklib-perl_1.16.bb | |||
@@ -8,7 +8,7 @@ LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | |||
8 | 8 | ||
9 | LIC_FILES_CHKSUM = "file://README;md5=7911cdbb572d25c5f2e2ea17f669efc2" | 9 | LIC_FILES_CHKSUM = "file://README;md5=7911cdbb572d25c5f2e2ea17f669efc2" |
10 | 10 | ||
11 | SRC_URI = "https://cpan.metacpan.org/modules/by-module/Devel/Devel-CheckLib-${PV}.tar.gz \ | 11 | SRC_URI = "https://cpan.metacpan.org/authors/id/M/MA/MATTN/Devel-CheckLib-${PV}.tar.gz \ |
12 | file://0001-CheckLib.pm-don-t-execute-the-binary.patch \ | 12 | file://0001-CheckLib.pm-don-t-execute-the-binary.patch \ |
13 | " | 13 | " |
14 | SRC_URI[sha256sum] = "869d38c258e646dcef676609f0dd7ca90f085f56cf6fd7001b019a5d5b831fca" | 14 | SRC_URI[sha256sum] = "869d38c258e646dcef676609f0dd7ca90f085f56cf6fd7001b019a5d5b831fca" |