summaryrefslogtreecommitdiffstats
path: root/recipes-ti/linuxutils
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-05-10 15:45:24 +0200
committerDenys Dmytriyenko <denys@ti.com>2012-05-11 00:32:49 -0400
commitfa87ca0b1a1890d262a591aee50f082194f45317 (patch)
treed6501c27f1aeff34e920629e63a5ef5ce5515436 /recipes-ti/linuxutils
parent051482e3b03ba7e2d6cecc0d8f85cc3be22dc8b2 (diff)
downloadmeta-ti-fa87ca0b1a1890d262a591aee50f082194f45317.tar.gz
omap3-sgx-modules, ti-staging.inc, ti-linuxutils: change PACKAGE_STRIP = "no" to the proper INHIBIT_PACKAGE_STRIP = "1"
PACKAGE_STRIP doesn't exit in oe-core (anymore) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/linuxutils')
-rw-r--r--recipes-ti/linuxutils/ti-linuxutils.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-ti/linuxutils/ti-linuxutils.inc b/recipes-ti/linuxutils/ti-linuxutils.inc
index 06b254dd..dba485b8 100644
--- a/recipes-ti/linuxutils/ti-linuxutils.inc
+++ b/recipes-ti/linuxutils/ti-linuxutils.inc
@@ -90,4 +90,4 @@ FILES_ti-irq-module = "/lib/modules/${KERNEL_VERSION}/kernel/drivers/dsp/irq*.ko
90FILES_ti-linuxutils-app = "${installdir}/ti-linuxutils-app/*/*" 90FILES_ti-linuxutils-app = "${installdir}/ti-linuxutils-app/*/*"
91 91
92INSANE_SKIP_ti-linuxutils-app = "True" 92INSANE_SKIP_ti-linuxutils-app = "True"
93PACKAGE_STRIP = "no" 93INHIBIT_PACKAGE_STRIP = "1"