aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl-sanity/perl_5.28.1.bb
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2019-01-22 22:44:18 -0800
committerRobert Yang <liezhi.yang@windriver.com>2019-01-23 22:32:07 -0800
commit155aefd083ca8db46abaf336851018dc0d2d8f81 (patch)
tree01f9850826ff3acadbd7898881577d90af89a475 /meta/recipes-devtools/perl-sanity/perl_5.28.1.bb
parenta4edfa4cf451bf412525887b5b24b9db6486ae97 (diff)
downloadopenembedded-core-contrib-155aefd083ca8db46abaf336851018dc0d2d8f81.tar.gz
perl: Make install.perl depend on install.symrbt/perl
Fixed a race issue when do_install: Generating wrapper script for /path/to/8.1-r0/image/path/to/8.1-r0/recipe-sysroot-native/usr/bin/perl-native/perl5.28.1 mv: cannot stat /path/to/8.1-r0/image/path/to/8.1-r0/recipe-sysroot-native/usr/bin/perl-native/perl5.28.1: No such file or directory Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Diffstat (limited to 'meta/recipes-devtools/perl-sanity/perl_5.28.1.bb')
-rw-r--r--meta/recipes-devtools/perl-sanity/perl_5.28.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl-sanity/perl_5.28.1.bb b/meta/recipes-devtools/perl-sanity/perl_5.28.1.bb
index 176980e1b2..a2ec264100 100644
--- a/meta/recipes-devtools/perl-sanity/perl_5.28.1.bb
+++ b/meta/recipes-devtools/perl-sanity/perl_5.28.1.bb
@@ -23,6 +23,7 @@ SRC_URI = "https://www.cpan.org/src/5.0/perl-${PV}.tar.gz;name=perl \
file://fix-race-failures-2.patch \
file://0001-Also-build-dynaloader-separately-as-race-failures-ha.patch \
file://0001-Make-sure-install.perl-runs-before-install.man.patch \
+ file://0001-Makefile-Make-install.perl-depend-on-install.sym.patch \
"
SRC_URI[perl.md5sum] = "838198c43d4f39d7af797e2f59c2bee5"