summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl/perl_5.30.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/perl/perl_5.30.0.bb')
-rw-r--r--meta/recipes-devtools/perl/perl_5.30.0.bb3
1 files changed, 3 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 ba2a8437d4..c567d4e7a2 100644
--- a/meta/recipes-devtools/perl/perl_5.30.0.bb
+++ b/meta/recipes-devtools/perl/perl_5.30.0.bb
@@ -135,6 +135,9 @@ do_install_append_class-target() {
135 # This is used to substitute target configuration when running native perl via perl-configpm-switch.patch 135 # This is used to substitute target configuration when running native perl via perl-configpm-switch.patch
136 ln -s Config_heavy.pl ${D}${libdir}/perl5/${PV}/${TARGET_ARCH}-linux/Config_heavy-target.pl 136 ln -s Config_heavy.pl ${D}${libdir}/perl5/${PV}/${TARGET_ARCH}-linux/Config_heavy-target.pl
137 137
138 # This contains host-specific information used for building miniperl (a helper executable built with host compiler)
139 # and therefore isn't reproducible. I believe the file isn't actually needed on target.
140 rm ${D}${libdir}/perl5/${PV}/${TARGET_ARCH}-linux/CORE/xconfig.h
138} 141}
139 142
140do_install_append_class-nativesdk() { 143do_install_append_class-nativesdk() {