diff options
| author | J. S. <schonm@gmail.com> | 2024-10-27 10:20:55 -0400 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-10-27 14:24:32 -0700 |
| commit | 45fa620b276212ee0cf8358f111ef96d7ac60774 (patch) | |
| tree | 0e4ee62a2bd90b6e58e9914bac95f47a76fa2266 /meta-perl | |
| parent | 6623b2f4eade658d45a0728a3c04ab243b7385de (diff) | |
| download | meta-openembedded-45fa620b276212ee0cf8358f111ef96d7ac60774.tar.gz | |
libcrypt-openssl-guess: 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>
Diffstat (limited to 'meta-perl')
| -rw-r--r-- | meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.15.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.15.bb b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.15.bb index d64fc296e2..dd6cd8041f 100644 --- a/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.15.bb +++ b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.15.bb | |||
| @@ -1,9 +1,10 @@ | |||
| 1 | SUMMARY = "Guess OpenSSL include path" | 1 | SUMMARY = "Guess OpenSSL include path" |
| 2 | SECTION = "libs" | 2 | SECTION = "libs" |
| 3 | HOMEPAGE = "https://metacpan.org/pod/Crypt::OpenSSL::Guess" | ||
| 3 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 4 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ea914cc2718e8d53bd7744d96e66c03c" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ea914cc2718e8d53bd7744d96e66c03c" |
| 5 | 6 | ||
| 6 | SRC_URI = "http://www.cpan.org/modules/by-module/Crypt/Crypt-OpenSSL-Guess-${PV}.tar.gz " | 7 | SRC_URI = "${CPAN_MIRROR}/authors/id/A/AK/AKIYM/Crypt-OpenSSL-Guess-${PV}.tar.gz" |
| 7 | 8 | ||
| 8 | SRC_URI[sha256sum] = "1c5033381819fdb4c9087dd291b90ec70e7810d31d57eade9b388eccfd70386d" | 9 | SRC_URI[sha256sum] = "1c5033381819fdb4c9087dd291b90ec70e7810d31d57eade9b388eccfd70386d" |
| 9 | 10 | ||
