diff options
author | Zhenhua Luo <zhenhua.luo@freescale.com> | 2015-05-12 17:15:58 +0800 |
---|---|---|
committer | Zhenhua Luo <zhenhua.luo@freescale.com> | 2015-05-12 18:00:38 +0800 |
commit | f9ad49d43e342e90fdbd5ab6c49cb99ca28ef53c (patch) | |
tree | 2dc11420f1a52ce8bc0e4646fc1fe554c6b6dd15 | |
parent | 8a3e937f5655c4be7465358015916009d53ec8ce (diff) | |
download | meta-freescale-f9ad49d43e342e90fdbd5ab6c49cb99ca28ef53c.tar.gz |
skmm-host: packaging mini_calc file in binary package
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-- | meta-fsl-ppc/recipes-kernel/skmm-host/skmm-host_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-fsl-ppc/recipes-kernel/skmm-host/skmm-host_git.bb b/meta-fsl-ppc/recipes-kernel/skmm-host/skmm-host_git.bb index a1c43f35..5e6b0858 100644 --- a/meta-fsl-ppc/recipes-kernel/skmm-host/skmm-host_git.bb +++ b/meta-fsl-ppc/recipes-kernel/skmm-host/skmm-host_git.bb | |||
@@ -12,4 +12,4 @@ S = "${WORKDIR}/git" | |||
12 | 12 | ||
13 | EXTRA_OEMAKE='KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"' | 13 | EXTRA_OEMAKE='KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"' |
14 | 14 | ||
15 | FILES_${PN} += "/etc/skmm/" | 15 | FILES_${PN} += "/etc/skmm/ /usr/bin/" |