summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/perl/libdev-checklib-perl_1.16.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/perl/libdev-checklib-perl_1.16.bb')
-rw-r--r--meta-oe/recipes-devtools/perl/libdev-checklib-perl_1.16.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/perl/libdev-checklib-perl_1.16.bb b/meta-oe/recipes-devtools/perl/libdev-checklib-perl_1.16.bb
index 74a09e7bf8..43614d55ac 100644
--- a/meta-oe/recipes-devtools/perl/libdev-checklib-perl_1.16.bb
+++ b/meta-oe/recipes-devtools/perl/libdev-checklib-perl_1.16.bb
@@ -13,7 +13,7 @@ SRC_URI = "https://cpan.metacpan.org/modules/by-module/Devel/Devel-CheckLib-${PV
13" 13"
14SRC_URI[sha256sum] = "869d38c258e646dcef676609f0dd7ca90f085f56cf6fd7001b019a5d5b831fca" 14SRC_URI[sha256sum] = "869d38c258e646dcef676609f0dd7ca90f085f56cf6fd7001b019a5d5b831fca"
15 15
16S = "${WORKDIR}/Devel-CheckLib-${PV}" 16S = "${UNPACKDIR}/Devel-CheckLib-${PV}"
17 17
18inherit cpan 18inherit cpan
19 19
@@ -25,4 +25,4 @@ do_install:append() {
25 -e "/use strict;/ause warnings;" ${D}${bindir}/use-devel-checklib 25 -e "/use strict;/ause warnings;" ${D}${bindir}/use-devel-checklib
26} 26}
27 27
28BBCLASSEXTEND="native" 28BBCLASSEXTEND = "native"