diff options
Diffstat (limited to 'meta/recipes-devtools/perl/perl_5.32.0.bb')
| -rw-r--r-- | meta/recipes-devtools/perl/perl_5.32.0.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl/perl_5.32.0.bb b/meta/recipes-devtools/perl/perl_5.32.0.bb index c10ce12303..bba8263b90 100644 --- a/meta/recipes-devtools/perl/perl_5.32.0.bb +++ b/meta/recipes-devtools/perl/perl_5.32.0.bb | |||
| @@ -139,6 +139,11 @@ do_install() { | |||
| 139 | # Fix up shared library | 139 | # Fix up shared library |
| 140 | rm ${D}/${libdir}/perl5/${PV}/*/CORE/libperl.so | 140 | rm ${D}/${libdir}/perl5/${PV}/*/CORE/libperl.so |
| 141 | ln -sf ../../../../libperl.so.${PERL_LIB_VER} $(echo ${D}/${libdir}/perl5/${PV}/*/CORE)/libperl.so | 141 | ln -sf ../../../../libperl.so.${PERL_LIB_VER} $(echo ${D}/${libdir}/perl5/${PV}/*/CORE)/libperl.so |
| 142 | |||
| 143 | # Try to catch Bug #13946 | ||
| 144 | if [ -e ${D}/${libdir}/perl5/${PV}/Storable.pm ]; then | ||
| 145 | bbfatal 'non-arch specific Storable.pm found! See https://bugzilla.yoctoproject.org/show_bug.cgi?id=13946' | ||
| 146 | fi | ||
| 142 | } | 147 | } |
| 143 | 148 | ||
| 144 | do_install_append_class-target() { | 149 | do_install_append_class-target() { |
