From: Robert Yang Date: Tue, 25 Mar 2014 08:34:15 +0000 (+0800) Subject: perl-native: fix path in Config.sh for sstate X-Git-Tag: 2015-4~3253 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=731a8735de53db870c476a675bb0dd9ddf5dcec8;p=openembedded-core.git perl-native: fix path in Config.sh for sstate 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 Signed-off-by: Richard Purdie --- 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"