From f9ad49d43e342e90fdbd5ab6c49cb99ca28ef53c Mon Sep 17 00:00:00 2001 From: Zhenhua Luo Date: Tue, 12 May 2015 17:15:58 +0800 Subject: [PATCH] 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 --- meta-fsl-ppc/recipes-kernel/skmm-host/skmm-host_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" EXTRA_OEMAKE='KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"' -FILES_${PN} += "/etc/skmm/" +FILES_${PN} += "/etc/skmm/ /usr/bin/" -- 2.40.1