mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 17:19:23 +00:00
libnet-dns-perl: Change references to search.cpan.org to use metacpan.org
Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
DESCRIPTION = "This package contains the DNS.pm module with friends."
|
DESCRIPTION = "This package contains the DNS.pm module with friends."
|
||||||
HOMEPAGE = "http://www.net-dns.org/"
|
HOMEPAGE = "https://metacpan.org/pod/Net::DNS"
|
||||||
SECTION = "libs"
|
SECTION = "libs"
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
|
|
||||||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://README;beginline=252;endline=269;md5=de95b6a896d5f861
|
|||||||
|
|
||||||
DEPENDS += "perl"
|
DEPENDS += "perl"
|
||||||
|
|
||||||
SRC_URI = "http://search.cpan.org/CPAN/authors/id/N/NL/NLNETLABS/Net-DNS-${PV}.tar.gz"
|
SRC_URI = "https://cpan.metacpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-${PV}.tar.gz"
|
||||||
|
|
||||||
SRC_URI[sha256sum] = "fec3dab10ac82dbac26b1ae2e367909256f420835d96cda7dc1b508e29938f0b"
|
SRC_URI[sha256sum] = "fec3dab10ac82dbac26b1ae2e367909256f420835d96cda7dc1b508e29938f0b"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user