diff options
-rw-r--r-- | meta/recipes-devtools/perl/perl-native_5.14.3.bb | 3 |
1 files changed, 3 insertions, 0 deletions
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 e664e24dbd..2ef0a5135c 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" |