diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-05-10 15:45:24 +0200 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2012-05-11 00:32:49 -0400 |
commit | fa87ca0b1a1890d262a591aee50f082194f45317 (patch) | |
tree | d6501c27f1aeff34e920629e63a5ef5ce5515436 /recipes-ti/linuxutils/ti-linuxutils.inc | |
parent | 051482e3b03ba7e2d6cecc0d8f85cc3be22dc8b2 (diff) | |
download | meta-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/ti-linuxutils.inc')
-rw-r--r-- | recipes-ti/linuxutils/ti-linuxutils.inc | 2 |
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 | |||
90 | FILES_ti-linuxutils-app = "${installdir}/ti-linuxutils-app/*/*" | 90 | FILES_ti-linuxutils-app = "${installdir}/ti-linuxutils-app/*/*" |
91 | 91 | ||
92 | INSANE_SKIP_ti-linuxutils-app = "True" | 92 | INSANE_SKIP_ti-linuxutils-app = "True" |
93 | PACKAGE_STRIP = "no" | 93 | INHIBIT_PACKAGE_STRIP = "1" |