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 <[email protected]>
---
 meta-initramfs/recipes-devtools/klibc/klcc-cross_2.0.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 9126975..1a68ab4 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"
-- 
2.7.4

-- 
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to