diff options
Diffstat (limited to 'meta-perl/recipes-perl/libtext/libtext-diff-perl_1.41.bb')
-rw-r--r-- | meta-perl/recipes-perl/libtext/libtext-diff-perl_1.41.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-perl/recipes-perl/libtext/libtext-diff-perl_1.41.bb b/meta-perl/recipes-perl/libtext/libtext-diff-perl_1.41.bb index 9dfadde8e5..90bd555403 100644 --- a/meta-perl/recipes-perl/libtext/libtext-diff-perl_1.41.bb +++ b/meta-perl/recipes-perl/libtext/libtext-diff-perl_1.41.bb | |||
@@ -6,7 +6,7 @@ faster than shelling out to a system's diff executable for small files, \ | |||
6 | and generally slower on larger files." | 6 | and generally slower on larger files." |
7 | SECTION = "libs" | 7 | SECTION = "libs" |
8 | 8 | ||
9 | HOMEPAGE = "http://search.cpan.org/~ovid/Text-Diff/" | 9 | HOMEPAGE = "https://metacpan.org/release/OVID/Text-Diff-1.41" |
10 | 10 | ||
11 | LICENSE = "Artistic-1.0 | GPL-2.0-or-later" | 11 | LICENSE = "Artistic-1.0 | GPL-2.0-or-later" |
12 | LIC_FILES_CHKSUM = "file://LICENSE;md5=385c55653886acac3821999a3ccd17b3" | 12 | LIC_FILES_CHKSUM = "file://LICENSE;md5=385c55653886acac3821999a3ccd17b3" |
@@ -14,10 +14,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=385c55653886acac3821999a3ccd17b3" | |||
14 | SRC_URI = "${CPAN_MIRROR}/authors/id/O/OV/OVID/Text-Diff-${PV}.tar.gz \ | 14 | SRC_URI = "${CPAN_MIRROR}/authors/id/O/OV/OVID/Text-Diff-${PV}.tar.gz \ |
15 | file://run-ptest \ | 15 | file://run-ptest \ |
16 | " | 16 | " |
17 | SRC_URI[md5sum] = "30d56e6dd5551ca16b8e16cc7299dc21" | ||
18 | SRC_URI[sha256sum] = "a67f50a48e313c1680cc662109ce5f913ea71454db355d0cf4db87ac89d2d2fa" | 17 | SRC_URI[sha256sum] = "a67f50a48e313c1680cc662109ce5f913ea71454db355d0cf4db87ac89d2d2fa" |
19 | 18 | ||
20 | S = "${WORKDIR}/Text-Diff-${PV}" | 19 | S = "${UNPACKDIR}/Text-Diff-${PV}" |
21 | 20 | ||
22 | inherit cpan ptest | 21 | inherit cpan ptest |
23 | RDEPENDS:${PN}-ptest += "perl-module-test perl-module-test-more" | 22 | RDEPENDS:${PN}-ptest += "perl-module-test perl-module-test-more" |