summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl/perl_5.32.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/perl/perl_5.32.0.bb')
-rw-r--r--meta/recipes-devtools/perl/perl_5.32.0.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-devtools/perl/perl_5.32.0.bb b/meta/recipes-devtools/perl/perl_5.32.0.bb
index bba8263b90..3815dd44b1 100644
--- a/meta/recipes-devtools/perl/perl_5.32.0.bb
+++ b/meta/recipes-devtools/perl/perl_5.32.0.bb
@@ -137,8 +137,9 @@ do_install() {
137 install lib/ExtUtils/typemap ${D}${libdir}/perl5/${PV}/ExtUtils/ 137 install lib/ExtUtils/typemap ${D}${libdir}/perl5/${PV}/ExtUtils/
138 138
139 # Fix up shared library 139 # Fix up shared library
140 rm ${D}/${libdir}/perl5/${PV}/*/CORE/libperl.so 140 dir=$(echo ${D}/${libdir}/perl5/${PV}/*/CORE)
141 ln -sf ../../../../libperl.so.${PERL_LIB_VER} $(echo ${D}/${libdir}/perl5/${PV}/*/CORE)/libperl.so 141 rm $dir/libperl.so
142 ln -sf ../../../../libperl.so.${PERL_LIB_VER} $dir/libperl.so
142 143
143 # Try to catch Bug #13946 144 # Try to catch Bug #13946
144 if [ -e ${D}/${libdir}/perl5/${PV}/Storable.pm ]; then 145 if [ -e ${D}/${libdir}/perl5/${PV}/Storable.pm ]; then