[meta-fsl-ppc][PATCH 1/2] apptrk: fix the QA issue of debug symbol check


Zhenhua Luo
 

Fix the following error:
| ERROR: apptrk-git-r0 do_package: QA Issue: File '/usr/bin/apptrk' from
| apptrk was already stripped, this will prevent future debugging! [already-stripped]

Signed-off-by: Zhenhua Luo <zhenhua.luo@...>
---
recipes-bsp/apptrk/apptrk_git.bb | 2 ++
1 file changed, 2 insertions(+)

diff --git a/recipes-bsp/apptrk/apptrk_git.bb b/recipes-bsp/apptrk/apptrk_git.bb
index 4cbb721..6a22bf9 100644
--- a/recipes-bsp/apptrk/apptrk_git.bb
+++ b/recipes-bsp/apptrk/apptrk_git.bb
@@ -18,3 +18,5 @@ do_install() {
install -d ${D}/usr/bin
oe_runmake install DESTDIR=${D}
}
+
+INSANE_SKIP_${PN} = "already-stripped"
--
2.4.3

Join {meta-freescale@lists.yoctoproject.org to automatically receive all group messages.