poky/meta/recipes-devtools/perl
Dmitry Baryshkov f7e9bff5fc perl: fix installation failure because of shell issue
On one of my buildservers I noticed perl do_install failing with the
following message:

| rm: cannot remove '<OEROOT>/tmp-rpb-glibc/work/armv8-2a-linaro-linux/perl/5.32.0-r0/image//usr/lib/perl5/5.32.0/*/CORE/libperl.so': No such file or directory

I tracked this down to shell being dash rather than bash not being able
to expand this glob in the middle of the filename. So replace the glob
expansion with the simpler one which works in all cases.

(From OE-Core rev: 784ca95f7e3a816be9c9782944fa49b896d58690)

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit d1ea1b5c12120abdd085dc4eb69120af9258a99b)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-01-04 11:45:47 +00:00
..
files perl: Avoid race continually rebuilding miniperl 2020-07-27 10:37:58 +01:00
libmodule-build-perl libmodule-build-perl: fix ptests 2020-01-10 21:18:22 +00:00
liberror-perl_0.17029.bb liberror-perl: upgrade 0.17028 -> 0.17029 2020-02-21 17:48:09 +00:00
libmodule-build-perl_0.4231.bb libmodule-build-perl: make it reproducible 2020-03-06 08:19:18 +00:00
libtest-needs-perl_0.002006.bb libtest-needs-perl: Fix ptest dependencies 2019-06-01 21:43:30 +01:00
liburi-perl_1.74.bb liburi-perl: Fix module ptest dependencies 2019-06-01 21:43:30 +01:00
libxml-parser-perl_2.46.bb libxml-parser-perl: update to 2.46 2019-12-30 08:47:13 +00:00
libxml-perl_0.08.bb libxml-perl: Fix module and ptest dependencies 2019-06-01 21:43:30 +01:00
libxml-simple-perl_2.25.bb libxml-simple-perl: upgrade 2.24 -> 2.25 2018-05-04 13:28:01 +01:00
perl_5.32.0.bb perl: fix installation failure because of shell issue 2021-01-04 11:45:47 +00:00
perl-ptest.inc perl: do not install files that contain build host specific data 2020-02-08 13:20:01 +00:00