aboutsummaryrefslogtreecommitdiffstats
path: root/meta-initramfs
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2017-02-13 23:32:37 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2017-02-16 12:06:35 +0100
commit2b9068b689b18dfa127303978a02cfea348f5ac8 (patch)
tree8d4f381380688a58c0e89a4be64c4d1b2c45161a /meta-initramfs
parentf6649fa311d77ce26e676b62ecc5b66eef6c5a9d (diff)
downloadmeta-openembedded-contrib-2b9068b689b18dfa127303978a02cfea348f5ac8.tar.gz
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>
Diffstat (limited to 'meta-initramfs')
-rw-r--r--meta-initramfs/recipes-devtools/klibc/klcc-cross_2.0.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-initramfs/recipes-devtools/klibc/klcc-cross_2.0.4.bb b/meta-initramfs/recipes-devtools/klibc/klcc-cross_2.0.4.bb
index 91269756dd..1a68ab45f3 100644
--- a/meta-initramfs/recipes-devtools/klibc/klcc-cross_2.0.4.bb
+++ b/meta-initramfs/recipes-devtools/klibc/klcc-cross_2.0.4.bb
@@ -36,4 +36,4 @@ klcc_sysroot_preprocess () {
sysroot_stage_dir ${D}${bindir_crossscripts} ${SYSROOT_DESTDIR}${bindir_crossscripts}
}
-SSTATE_SCAN_FILES = "*"
+SSTATE_SCAN_FILES += "*-klcc"