diff options
-rw-r--r-- | meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb b/meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb index a91bb6cbe1..707b9fdef1 100644 --- a/meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb +++ b/meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb | |||
@@ -4,7 +4,7 @@ web pages on SSL servers (for symmetry, same API is offered for \ | |||
4 | accessing http servers, too), a sslcat() function for writing your own \ | 4 | accessing http servers, too), a sslcat() function for writing your own \ |
5 | clients, and finally access to the SSL api of SSLeay/OpenSSL package \ | 5 | clients, and finally access to the SSL api of SSLeay/OpenSSL package \ |
6 | so you can write servers or clients for more complicated applications." | 6 | so you can write servers or clients for more complicated applications." |
7 | HOMEPAGE = "http://search.cpan.org/dist/Net-SSLeay/" | 7 | HOMEPAGE = "https://metacpan.org/dist/Net-SSLeay" |
8 | SECTION = "libs" | 8 | SECTION = "libs" |
9 | 9 | ||
10 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 10 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
@@ -23,7 +23,7 @@ RDEPENDS:${PN} += "\ | |||
23 | zlib \ | 23 | zlib \ |
24 | " | 24 | " |
25 | 25 | ||
26 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MI/MIKEM/Net-SSLeay-${PV}.tar.gz \ | 26 | SRC_URI = "https://cpan.metacpan.org/authors/id/M/MI/MIKEM/Net-SSLeay-${PV}.tar.gz \ |
27 | file://no-exec-on-configure.patch \ | 27 | file://no-exec-on-configure.patch \ |
28 | file://run-ptest \ | 28 | file://run-ptest \ |
29 | " | 29 | " |