summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2015-10-14 04:59:36 -0500
committerZhenhua Luo <zhenhua.luo@freescale.com>2015-10-14 19:15:41 +0800
commit4c72009bdad40dcffe994ca1e43e4ed0151989ca (patch)
tree2b111c5790d03ef65e56054a7a33fda253a46611
parentf01c6c71b3850c96bfd0a1e939b73b75b0024924 (diff)
downloadmeta-fsl-ppc-4c72009bdad40dcffe994ca1e43e4ed0151989ca.tar.gz
skmm-host: add mini_calc in FILES_${PN}
Fix the following build error: ERROR: QA Issue: skmm-host: Files/directories were installed but not shipped /usr/bin/mini_calc [installed-vs-shipped] Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
-rw-r--r--recipes-kernel/skmm-host/skmm-host_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/skmm-host/skmm-host_git.bb b/recipes-kernel/skmm-host/skmm-host_git.bb
index a1c43f3..d9d5973 100644
--- a/recipes-kernel/skmm-host/skmm-host_git.bb
+++ b/recipes-kernel/skmm-host/skmm-host_git.bb
@@ -12,4 +12,4 @@ S = "${WORKDIR}/git"
12 12
13EXTRA_OEMAKE='KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"' 13EXTRA_OEMAKE='KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"'
14 14
15FILES_${PN} += "/etc/skmm/" 15FILES_${PN} += "/usr/bin/ /etc/skmm/"