mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 21:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
d385bf176f
commit
8dd12d796c
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user