diff options
| -rw-r--r-- | meta/recipes-devtools/perl-sanity/perl_5.28.1.bb | 4 |
1 files changed, 2 insertions, 2 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 5aa7cd3ee1..f3948a5f8d 100644 --- a/meta/recipes-devtools/perl-sanity/perl_5.28.1.bb +++ b/meta/recipes-devtools/perl-sanity/perl_5.28.1.bb | |||
| @@ -107,8 +107,8 @@ do_install() { | |||
| 107 | install lib/ExtUtils/typemap ${D}${libdir}/perl5/${PV}/ExtUtils/ | 107 | install lib/ExtUtils/typemap ${D}${libdir}/perl5/${PV}/ExtUtils/ |
| 108 | 108 | ||
| 109 | # Fix up shared library | 109 | # Fix up shared library |
| 110 | rm ${D}/${libdir}/perl5/${PV}/${TARGET_ARCH}-linux/CORE/libperl.so | 110 | rm ${D}/${libdir}/perl5/${PV}/*/CORE/libperl.so |
| 111 | ln -sf ../../../../libperl.so.${PERL_LIB_VER} ${D}/${libdir}/perl5/${PV}/${TARGET_ARCH}-linux/CORE/libperl.so | 111 | ln -sf ../../../../libperl.so.${PERL_LIB_VER} $(echo ${D}/${libdir}/perl5/${PV}/*/CORE)/libperl.so |
| 112 | } | 112 | } |
| 113 | 113 | ||
| 114 | do_install_append_class-target() { | 114 | do_install_append_class-target() { |
