summaryrefslogtreecommitdiffstats
path: root/poky/meta/recipes-devtools/perl/perl/installperl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'poky/meta/recipes-devtools/perl/perl/installperl.patch')
-rw-r--r--poky/meta/recipes-devtools/perl/perl/installperl.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/poky/meta/recipes-devtools/perl/perl/installperl.patch b/poky/meta/recipes-devtools/perl/perl/installperl.patch
new file mode 100644
index 000000000..7fd1f5014
--- /dev/null
+++ b/poky/meta/recipes-devtools/perl/perl/installperl.patch
@@ -0,0 +1,17 @@
+Upstream-Status:Inappropriate [embedded specific]
+
+Index: perl-5.24.1/installperl
+===================================================================
+--- perl-5.24.1.orig/installperl
++++ perl-5.24.1/installperl
+@@ -2,8 +2,8 @@
+
+ BEGIN {
+ chdir '..' if !-d 'lib' and -d '../lib';
+- @INC = 'lib';
+- $ENV{PERL5LIB} = 'lib';
++# @INC = 'lib';
++# $ENV{PERL5LIB} = 'lib';
+
+ # This needs to be at BEGIN time, before any use of Config
+ # install_lib itself loads and imports Config into main::
OpenPOWER on IntegriCloud