diff options
Diffstat (limited to 'meta-perl/recipes-perl/libdata/libdata-hexdump-perl_0.02.bb')
-rw-r--r-- | meta-perl/recipes-perl/libdata/libdata-hexdump-perl_0.02.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-perl/recipes-perl/libdata/libdata-hexdump-perl_0.02.bb b/meta-perl/recipes-perl/libdata/libdata-hexdump-perl_0.02.bb index 4493a7e5e5..793889de6d 100644 --- a/meta-perl/recipes-perl/libdata/libdata-hexdump-perl_0.02.bb +++ b/meta-perl/recipes-perl/libdata/libdata-hexdump-perl_0.02.bb | |||
@@ -7,7 +7,7 @@ of each line shows the printable characters \ | |||
7 | (all others are shown as single dots).\ | 7 | (all others are shown as single dots).\ |
8 | " | 8 | " |
9 | 9 | ||
10 | HOMEPAGE = "http://search.cpan.org/~ftassin/Data-HexDump-0.02/lib/Data/HexDump.pm" | 10 | HOMEPAGE = "https://metacpan.org/pod/Data::HexDump" |
11 | SECTION = "libs" | 11 | SECTION = "libs" |
12 | 12 | ||
13 | LICENSE = "Artistic-1.0" | 13 | LICENSE = "Artistic-1.0" |
@@ -15,13 +15,12 @@ LIC_FILES_CHKSUM = "file://lib/Data/HexDump.pm;beginline=215;endline=217;md5=bf1 | |||
15 | 15 | ||
16 | DEPENDS = "perl" | 16 | DEPENDS = "perl" |
17 | 17 | ||
18 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/F/FT/FTASSIN/Data-HexDump-${PV}.tar.gz \ | 18 | SRC_URI = "${CPAN_MIRROR}/authors/id/F/FT/FTASSIN/Data-HexDump-${PV}.tar.gz \ |
19 | file://run-ptest \ | 19 | file://run-ptest \ |
20 | " | 20 | " |
21 | SRC_URI[md5sum] = "467b7183d1062ab4a502b50c34e7d67f" | ||
22 | SRC_URI[sha256sum] = "1a9d843e7f667c1c6f77c67af5d77e7462ff23b41937cb17454d03535cd9be70" | 21 | SRC_URI[sha256sum] = "1a9d843e7f667c1c6f77c67af5d77e7462ff23b41937cb17454d03535cd9be70" |
23 | 22 | ||
24 | S = "${WORKDIR}/Data-HexDump-${PV}" | 23 | S = "${UNPACKDIR}/Data-HexDump-${PV}" |
25 | 24 | ||
26 | inherit cpan ptest update-alternatives | 25 | inherit cpan ptest update-alternatives |
27 | 26 | ||