summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2014-03-25 16:34:15 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-25 21:26:49 +0000
commit8dd12d796c3c11cff09b9bfb1b975872749a77cf (patch)
tree5c1275ce78cd002f2a6593a6d081dcb29b336bc4 /meta/recipes-devtools/perl
parentd385bf176fb0720d4ccaf7f696114207322d6bb6 (diff)
downloadast2050-yocto-poky-8dd12d796c3c11cff09b9bfb1b975872749a77cf.zip
ast2050-yocto-poky-8dd12d796c3c11cff09b9bfb1b975872749a77cf.tar.gz
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] (From OE-Core rev: 731a8735de53db870c476a675bb0dd9ddf5dcec8) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/perl')
-rw-r--r--meta/recipes-devtools/perl/perl-native_5.14.3.bb3
1 files changed, 3 insertions, 0 deletions
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"
OpenPOWER on IntegriCloud