diff options
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.bb | 11 |
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 \ | |||
7 | 120, yet supports the features needed by most distributions." | 7 | 120, yet supports the features needed by most distributions." |
8 | SECTION = "libs" | 8 | SECTION = "libs" |
9 | 9 | ||
10 | HOMEPAGE = "http://search.cpan.org/~leont/Module-Build-Tiny/" | 10 | HOMEPAGE = "https://metacpan.org/release/LEONT/Module-Build-Tiny-0.048" |
11 | 11 | ||
12 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 12 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
13 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2b9e8b5e2bd19fcc97ac84b78a271a64" | 13 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2b9e8b5e2bd19fcc97ac84b78a271a64" |
@@ -17,10 +17,17 @@ DEPENDS = "libextutils-config-perl-native libextutils-helpers-perl-native libext | |||
17 | SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/Module-Build-Tiny-${PV}.tar.gz" | 17 | SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/Module-Build-Tiny-${PV}.tar.gz" |
18 | SRC_URI[sha256sum] = "79a73e506fb7badabdf79137a45c6c5027daaf6f9ac3dcfb9d4ffcce92eb36bd" | 18 | SRC_URI[sha256sum] = "79a73e506fb7badabdf79137a45c6c5027daaf6f9ac3dcfb9d4ffcce92eb36bd" |
19 | 19 | ||
20 | S = "${WORKDIR}/Module-Build-Tiny-${PV}" | 20 | S = "${UNPACKDIR}/Module-Build-Tiny-${PV}" |
21 | 21 | ||
22 | inherit cpan_build ptest-perl | 22 | inherit cpan_build ptest-perl |
23 | 23 | ||
24 | do_install:append() { | ||
25 | sed -i \ | ||
26 | -e 's|${TMPDIR}||g' \ | ||
27 | `find ${D}/usr/lib/perl5 -type f -name .packlist` | ||
28 | } | ||
29 | |||
30 | |||
24 | RDEPENDS:${PN} += " \ | 31 | RDEPENDS:${PN} += " \ |
25 | libextutils-config-perl \ | 32 | libextutils-config-perl \ |
26 | libextutils-helpers-perl \ | 33 | libextutils-helpers-perl \ |