summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@nxp.com>2016-03-01 20:47:58 -0600
committerZhenhua Luo <zhenhua.luo@nxp.com>2016-03-02 11:48:20 +0800
commitb33f15bf0a42b2166b206da541c89f261df8b29f (patch)
treea2ddf91709c1a500b87571f6e1fa1f113d078bbf
parent97a5f5d7c1451649b72cdc4d6faab69a761c6e7b (diff)
downloadmeta-fsl-ppc-b33f15bf0a42b2166b206da541c89f261df8b29f.tar.gz
apptrk: fix the QA issue of debug symbol check
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@nxp.com>
-rw-r--r--recipes-bsp/apptrk/apptrk_git.bb2
1 files changed, 2 insertions, 0 deletions
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() {
18 install -d ${D}/usr/bin 18 install -d ${D}/usr/bin
19 oe_runmake install DESTDIR=${D} 19 oe_runmake install DESTDIR=${D}
20} 20}
21
22INSANE_SKIP_${PN} = "already-stripped"