diff options
Diffstat (limited to 'meta/recipes-devtools/perl/perl_5.30.0.bb')
-rw-r--r-- | meta/recipes-devtools/perl/perl_5.30.0.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl/perl_5.30.0.bb b/meta/recipes-devtools/perl/perl_5.30.0.bb index b18a6b6913..e3664290e3 100644 --- a/meta/recipes-devtools/perl/perl_5.30.0.bb +++ b/meta/recipes-devtools/perl/perl_5.30.0.bb | |||
@@ -19,6 +19,8 @@ SRC_URI = "https://www.cpan.org/src/5.0/perl-${PV}.tar.gz;name=perl \ | |||
19 | file://perl-dynloader.patch \ | 19 | file://perl-dynloader.patch \ |
20 | file://0001-configure_path.sh-do-not-hardcode-prefix-lib-as-libr.patch \ | 20 | file://0001-configure_path.sh-do-not-hardcode-prefix-lib-as-libr.patch \ |
21 | file://fix-setgroup.patch \ | 21 | file://fix-setgroup.patch \ |
22 | file://0001-enc2xs-Add-environment-variable-to-suppress-comments.patch \ | ||
23 | file://0002-Constant-Fix-up-shebang.patch \ | ||
22 | " | 24 | " |
23 | SRC_URI_append_class-native = " \ | 25 | SRC_URI_append_class-native = " \ |
24 | file://perl-configpm-switch.patch \ | 26 | file://perl-configpm-switch.patch \ |
@@ -37,6 +39,9 @@ DEPENDS += "db gdbm zlib virtual/crypt" | |||
37 | 39 | ||
38 | PERL_LIB_VER = "${@'.'.join(d.getVar('PV').split('.')[0:2])}.0" | 40 | PERL_LIB_VER = "${@'.'.join(d.getVar('PV').split('.')[0:2])}.0" |
39 | 41 | ||
42 | # Don't generate comments in enc2xs output files. They are not reproducible | ||
43 | export ENC2XS_NO_COMMENTS = "1" | ||
44 | |||
40 | do_unpack_append() { | 45 | do_unpack_append() { |
41 | bb.build.exec_func('do_copy_perlcross', d) | 46 | bb.build.exec_func('do_copy_perlcross', d) |
42 | } | 47 | } |