mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
klcc-cross: restrict scope of SSTATE_SCAN_FILES
As done in libtool-cross from oe-core we prefer to be specific even when there is just one file. Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
f6649fa311
commit
2b9068b689
|
|
@ -36,4 +36,4 @@ klcc_sysroot_preprocess () {
|
|||
sysroot_stage_dir ${D}${bindir_crossscripts} ${SYSROOT_DESTDIR}${bindir_crossscripts}
|
||||
}
|
||||
|
||||
SSTATE_SCAN_FILES = "*"
|
||||
SSTATE_SCAN_FILES += "*-klcc"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user