summaryrefslogtreecommitdiffstats
path: root/meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.048.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.048.bb')
-rw-r--r--meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.048.bb11
1 files changed, 9 insertions, 2 deletions
diff --git a/meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.048.bb b/meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.048.bb
index 8601850076..f3c6e1a016 100644
--- a/meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.048.bb
+++ b/meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.048.bb
@@ -7,7 +7,7 @@ Whereas Module::Build has over 6,700 lines of code; this module has less than \
7120, yet supports the features needed by most distributions." 7120, yet supports the features needed by most distributions."
8SECTION = "libs" 8SECTION = "libs"
9 9
10HOMEPAGE = "http://search.cpan.org/~leont/Module-Build-Tiny/" 10HOMEPAGE = "https://metacpan.org/release/LEONT/Module-Build-Tiny-0.048"
11 11
12LICENSE = "Artistic-1.0 | GPL-1.0-or-later" 12LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
13LIC_FILES_CHKSUM = "file://LICENSE;md5=2b9e8b5e2bd19fcc97ac84b78a271a64" 13LIC_FILES_CHKSUM = "file://LICENSE;md5=2b9e8b5e2bd19fcc97ac84b78a271a64"
@@ -17,10 +17,17 @@ DEPENDS = "libextutils-config-perl-native libextutils-helpers-perl-native libext
17SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/Module-Build-Tiny-${PV}.tar.gz" 17SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/Module-Build-Tiny-${PV}.tar.gz"
18SRC_URI[sha256sum] = "79a73e506fb7badabdf79137a45c6c5027daaf6f9ac3dcfb9d4ffcce92eb36bd" 18SRC_URI[sha256sum] = "79a73e506fb7badabdf79137a45c6c5027daaf6f9ac3dcfb9d4ffcce92eb36bd"
19 19
20S = "${WORKDIR}/Module-Build-Tiny-${PV}" 20S = "${UNPACKDIR}/Module-Build-Tiny-${PV}"
21 21
22inherit cpan_build ptest-perl 22inherit cpan_build ptest-perl
23 23
24do_install:append() {
25 sed -i \
26 -e 's|${TMPDIR}||g' \
27 `find ${D}/usr/lib/perl5 -type f -name .packlist`
28}
29
30
24RDEPENDS:${PN} += " \ 31RDEPENDS:${PN} += " \
25 libextutils-config-perl \ 32 libextutils-config-perl \
26 libextutils-helpers-perl \ 33 libextutils-helpers-perl \