summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp')
-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"