We need fix the path in *.pm, *.pod, *.h, *.pl and *.sh as we have done for target perl.
[YOCTO #6035] Signed-off-by: Robert Yang <[email protected]> --- meta/recipes-devtools/perl/perl-native_5.14.3.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-devtools/perl/perl-native_5.14.3.bb b/meta/recipes-devtools/perl/perl-native_5.14.3.bb index e664e24..2ef0a51 100644 --- a/meta/recipes-devtools/perl/perl-native_5.14.3.bb +++ b/meta/recipes-devtools/perl/perl-native_5.14.3.bb @@ -118,3 +118,6 @@ EOF chmod 0755 ${SYSROOT_DESTDIR}${bindir}/../nativeperl cat ${SYSROOT_DESTDIR}${bindir}/../nativeperl } + +# Fix the path in sstate +SSTATE_SCAN_FILES += "*.pm *.pod *.h *.pl *.sh" -- 1.8.3.1 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
