diff options
author | J. S. <schonm@gmail.com> | 2024-10-27 10:20:56 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-10-27 14:24:33 -0700 |
commit | f2b76d8945b6466104a8f95784c7c3edeadb5ee2 (patch) | |
tree | 1bb1d76adf84d12a37dd28cbe5c81a34e957b63e | |
parent | 45fa620b276212ee0cf8358f111ef96d7ac60774 (diff) | |
download | meta-openembedded-f2b76d8945b6466104a8f95784c7c3edeadb5ee2.tar.gz |
libcrypt-openssl-random-perl: www.cpan.org -> cpan.metacpan.org
Change from www.cpan.org to cpan.metacpan.org use the CPAN_MIRROR variable
defined in the global mirrors.bbclass
Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-perl/recipes-perl/libcrypt/libcrypt-openssl-random-perl_0.17.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-random-perl_0.17.bb b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-random-perl_0.17.bb index c15d41713..c55f7f768 100644 --- a/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-random-perl_0.17.bb +++ b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-random-perl_0.17.bb | |||
@@ -1,10 +1,11 @@ | |||
1 | SUMMARY = "Crypt::OpenSSL::Random - OpenSSL/LibreSSL pseudo-random number generator access" | 1 | SUMMARY = "Crypt::OpenSSL::Random - OpenSSL/LibreSSL pseudo-random number generator access" |
2 | SECTION = "libs" | 2 | SECTION = "libs" |
3 | HOMEPAGE = "https://metacpan.org/pod/Crypt::OpenSSL::Random" | ||
3 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 4 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
4 | 5 | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=9e876d4149406d88b4ff1b37645363ad" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=9e876d4149406d88b4ff1b37645363ad" |
6 | 7 | ||
7 | SRC_URI = "http://www.cpan.org/modules/by-module/Crypt/Crypt-OpenSSL-Random-${PV}.tar.gz " | 8 | SRC_URI = "${CPAN_MIRROR}/authors/id/R/RU/RURBAN/Crypt-OpenSSL-Random-${PV}.tar.gz" |
8 | SRC_URI[sha256sum] = "a571b24181baaa76c96704e92acffc6934ff593e380dade274db4e43c140ad51" | 9 | SRC_URI[sha256sum] = "a571b24181baaa76c96704e92acffc6934ff593e380dade274db4e43c140ad51" |
9 | 10 | ||
10 | S = "${WORKDIR}/Crypt-OpenSSL-Random-${PV}" | 11 | S = "${WORKDIR}/Crypt-OpenSSL-Random-${PV}" |