Re: [OE-core] [PATCH 11/24] perl: update 5.32.0 -> 5.32.1

2021-03-02 Thread Alexander Kanavin
Yes, I was surprised as well this change happened in a point release, but couldn't find the specific setting to revert it. 'perl -I .' works as well. Alex On Mon, 1 Mar 2021 at 23:41, Khem Raj wrote: > it would be good to mention it in notes that you might need to export > PERL_USE_UNSAFE_INC

Re: [OE-core] [PATCH 11/24] perl: update 5.32.0 -> 5.32.1

2021-03-01 Thread Khem Raj
it would be good to mention it in notes that you might need to export PERL_USE_UNSAFE_INC = "1" if a perl module still relies on using unsafe include dirs like ( . ) etc. Otherwise this change can break happy users. On Mon, Mar 1, 2021 at 12:03 AM Khem Raj wrote: > > seeing few failures > > htt

Re: [OE-core] [PATCH 11/24] perl: update 5.32.0 -> 5.32.1

2021-03-01 Thread Khem Raj
seeing few failures https://errors.yoctoproject.org/Errors/Build/117607/ On Sun, Feb 28, 2021 at 7:37 AM Alexander Kanavin wrote: > > Drop perl-cross-makefile.patch as it is merged upstream. > > Signed-off-by: Alexander Kanavin > --- > .../perl/files/perl-cross-makefile.patch | 29 ---

[OE-core] [PATCH 11/24] perl: update 5.32.0 -> 5.32.1

2021-02-28 Thread Alexander Kanavin
Drop perl-cross-makefile.patch as it is merged upstream. Signed-off-by: Alexander Kanavin --- .../perl/files/perl-cross-makefile.patch | 29 --- .../perl/{perl_5.32.0.bb => perl_5.32.1.bb} | 7 ++--- 2 files changed, 3 insertions(+), 33 deletions(-) delete mode 100644 me