diff options
author | Dmitry Baryshkov <dmitry.baryshkov@linaro.org> | 2020-12-11 17:28:18 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-15 22:51:56 +0000 |
commit | 70e67e31e3a7be2ea0167ce2909ecd0121ab21d2 (patch) | |
tree | 056f53ea5d1395448f3292a24d6ca9e212cc424c /meta/recipes-graphics/libva | |
parent | d6eac97c3a56885987d618aebd26750ece3868d3 (diff) | |
download | poky-70e67e31e3a7be2ea0167ce2909ecd0121ab21d2.tar.gz |
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: d1ea1b5c12120abdd085dc4eb69120af9258a99b)
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/libva')
0 files changed, 0 insertions, 0 deletions