diff options
Diffstat (limited to 'meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb')
-rw-r--r-- | meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb | 7 |
1 files changed, 3 insertions, 4 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 5d0eccd84a..daf07baa22 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,14 +23,13 @@ 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 = "${CPAN_MIRROR}/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 | " |
30 | SRC_URI[md5sum] = "d602bdce4e0531c6efc276e3e429ca69" | ||
31 | SRC_URI[sha256sum] = "9d8188b9fb1cae3bd791979c20554925d5e94a138d00414f1a6814549927b0c8" | 30 | SRC_URI[sha256sum] = "9d8188b9fb1cae3bd791979c20554925d5e94a138d00414f1a6814549927b0c8" |
32 | 31 | ||
33 | S = "${WORKDIR}/Net-SSLeay-${PV}" | 32 | S = "${UNPACKDIR}/Net-SSLeay-${PV}" |
34 | 33 | ||
35 | inherit cpan ptest | 34 | inherit cpan ptest |
36 | 35 | ||