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 | |
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')
-rw-r--r-- | recipes-ti/includes/ti-staging.inc | 2 | ||||
-rw-r--r-- | recipes-ti/linuxutils/ti-linuxutils.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-ti/includes/ti-staging.inc b/recipes-ti/includes/ti-staging.inc index 48ee061c..b5888055 100644 --- a/recipes-ti/includes/ti-staging.inc +++ b/recipes-ti/includes/ti-staging.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | PACKAGE_STRIP = "no" | 1 | INHIBIT_PACKAGE_STRIP = "1" |
2 | 2 | ||
3 | ALLOW_EMPTY_${PN} = "1" | 3 | ALLOW_EMPTY_${PN} = "1" |
4 | ALLOW_EMPTY_${PN}-dev = "1" | 4 | ALLOW_EMPTY_${PN}-dev = "1" |
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" |