]> code.ossystems Code Review - openembedded-core.git/commitdiff
perl-native: fix path in Config.sh for sstate
authorRobert Yang <liezhi.yang@windriver.com>
Tue, 25 Mar 2014 08:34:15 +0000 (16:34 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 25 Mar 2014 10:00:08 +0000 (10:00 +0000)
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@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/perl/perl-native_5.14.3.bb

index e664e24dbdd1ec4aaa8a571adc06a9eeb291f538..2ef0a5135c354bb9bd438ba4111985cf4ddeb6cf 100644 (file)
@@ -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"