From 731a8735de53db870c476a675bb0dd9ddf5dcec8 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Tue, 25 Mar 2014 16:34:15 +0800 Subject: 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 --- meta/recipes-devtools/perl/perl-native_5.14.3.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/recipes-devtools/perl') 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" -- cgit 1.2.3-korg