[oe-commits] Robert Yang : perl-native: fix path in Config.sh for sstate

git at git.openembedded.org git at git.openembedded.org
Tue Mar 25 21:18:55 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 731a8735de53db870c476a675bb0dd9ddf5dcec8
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=731a8735de53db870c476a675bb0dd9ddf5dcec8

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Tue Mar 25 16:34:15 2014 +0800

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 <liezhi.yang at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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"



More information about the Openembedded-commits mailing list