diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-03-01 14:29:25 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-03-01 14:40:58 -0800 |
commit | a5b12fd94c9ae1df9192c1107e14b18fb25b47d1 (patch) | |
tree | 90a372d3d7cdf8d4628f765fb3c29ab0b62e322e /meta-perl/recipes-perl/libhtml | |
parent | bb743fc71d3b0bc22b6c4a6ada44b63c38914dc4 (diff) | |
download | meta-openembedded-a5b12fd94c9ae1df9192c1107e14b18fb25b47d1.tar.gz |
libauthen-sasl-perl,libhtml-tree-perl: allow PERL_USE_UNSAFE_INC
latest perl has made it defualt to remove current directory from default
include paths but some modules still depend on this behavior, so let
them use it
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-perl/recipes-perl/libhtml')
-rw-r--r-- | meta-perl/recipes-perl/libhtml/libhtml-tree-perl_5.03.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-perl/recipes-perl/libhtml/libhtml-tree-perl_5.03.bb b/meta-perl/recipes-perl/libhtml/libhtml-tree-perl_5.03.bb index 56dc19c85..569ac696f 100644 --- a/meta-perl/recipes-perl/libhtml/libhtml-tree-perl_5.03.bb +++ b/meta-perl/recipes-perl/libhtml/libhtml-tree-perl_5.03.bb | |||
@@ -21,6 +21,8 @@ S = "${WORKDIR}/HTML-Tree-${PV}" | |||
21 | 21 | ||
22 | inherit cpan_build | 22 | inherit cpan_build |
23 | 23 | ||
24 | export PERL_USE_UNSAFE_INC = "1" | ||
25 | |||
24 | DEPENDS += "libmodule-build-perl-native \ | 26 | DEPENDS += "libmodule-build-perl-native \ |
25 | " | 27 | " |
26 | 28 | ||