diff options
| author | Jiaying Song <jiaying.song.cn@windriver.com> | 2024-11-11 18:28:22 +0800 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-11-18 06:59:35 -0800 |
| commit | 94338b35b7681dcca6079bfb231348814e3aa6bf (patch) | |
| tree | de525d0a7a10bcf4b89a0f7caab23b4352ce6cfc /meta/recipes-devtools | |
| parent | 70a89100634795452f00af1fc04d718785fa7104 (diff) | |
| download | poky-94338b35b7681dcca6079bfb231348814e3aa6bf.tar.gz | |
libxml-parser-perl: fix do_fetch error
Change the SRC_URI to the correct value due to the following error:
WARNING: libxml-parser-perl-native-2.47-r0 do_fetch: Failed to fetch URL https://search.cpan.org/CPAN/modules/by-module/XML/XML-Parser-2.47.tar.gz, attempting MIRRORS if available
(From OE-Core rev: c9d5a6c480c377399a7dc998f3755e42072e19a6)
Signed-off-by: Jiaying Song <jiaying.song.cn@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools')
| -rw-r--r-- | meta/recipes-devtools/perl/libxml-parser-perl_2.47.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/perl/libxml-parser-perl_2.47.bb b/meta/recipes-devtools/perl/libxml-parser-perl_2.47.bb index cffc133a45..803164f713 100644 --- a/meta/recipes-devtools/perl/libxml-parser-perl_2.47.bb +++ b/meta/recipes-devtools/perl/libxml-parser-perl_2.47.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4342f85bf14a1fdd6a751573f1e61c03" | |||
| 6 | 6 | ||
| 7 | DEPENDS += "expat" | 7 | DEPENDS += "expat" |
| 8 | 8 | ||
| 9 | SRC_URI = "${CPAN_MIRROR}/modules/by-module/XML/XML-Parser-${PV}.tar.gz \ | 9 | SRC_URI = "${CPAN_MIRROR}/authors/id/T/TO/TODDR/XML-Parser-${PV}.tar.gz \ |
| 10 | file://0001-Makefile.PL-make-check_lib-cross-friendly.patch \ | 10 | file://0001-Makefile.PL-make-check_lib-cross-friendly.patch \ |
| 11 | " | 11 | " |
| 12 | 12 | ||
