From b33f15bf0a42b2166b206da541c89f261df8b29f Mon Sep 17 00:00:00 2001 From: Zhenhua Luo Date: Tue, 1 Mar 2016 20:47:58 -0600 Subject: 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 --- recipes-bsp/apptrk/apptrk_git.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-bsp/apptrk') 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" -- cgit v1.2.3-54-g00ecf