diff options
Diffstat (limited to 'meta/recipes-devtools/perl/perl_5.20.0.bb')
-rw-r--r-- | meta/recipes-devtools/perl/perl_5.20.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/perl/perl_5.20.0.bb b/meta/recipes-devtools/perl/perl_5.20.0.bb index e594c5c7cf..ec01765ea3 100644 --- a/meta/recipes-devtools/perl/perl_5.20.0.bb +++ b/meta/recipes-devtools/perl/perl_5.20.0.bb | |||
@@ -221,7 +221,7 @@ do_install() { | |||
221 | 221 | ||
222 | do_install_append_class-nativesdk () { | 222 | do_install_append_class-nativesdk () { |
223 | create_wrapper ${D}${bindir}/perl \ | 223 | create_wrapper ${D}${bindir}/perl \ |
224 | PERL5LIB='$PERL5LIB:$OECORE_NATIVE_SYSROOT/${libdir_nativesdk}/perl:$OECORE_NATIVE_SYSROOT/${libdir_nativesdk}/perl/${PV}' | 224 | PERL5LIB='$PERL5LIB:$OECORE_NATIVE_SYSROOT/${libdir_nativesdk}/perl:$OECORE_NATIVE_SYSROOT/${libdir_nativesdk}/perl/${PV}:$OECORE_NATIVE_SYSROOT/${libdir_nativesdk}/perl/site_perl/${PV}:$OECORE_NATIVE_SYSROOT/${libdir_nativesdk}/perl/vendor_perl/${PV}' |
225 | } | 225 | } |
226 | 226 | ||
227 | PACKAGE_PREPROCESS_FUNCS += "perl_package_preprocess" | 227 | PACKAGE_PREPROCESS_FUNCS += "perl_package_preprocess" |