[OE-core] [PATCH 2/2] perl-native: fix path in Config.sh for sstate

Robert Yang liezhi.yang at windriver.com
Tue Mar 25 08:34:15 UTC 2014


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 <liezhi.yang at windriver.com>
---
 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




More information about the Openembedded-core mailing list