From fa87ca0b1a1890d262a591aee50f082194f45317 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 10 May 2012 15:45:24 +0200 Subject: 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 Signed-off-by: Denys Dmytriyenko --- recipes-ti/includes/ti-staging.inc | 2 +- recipes-ti/linuxutils/ti-linuxutils.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-ti') 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 @@ -PACKAGE_STRIP = "no" +INHIBIT_PACKAGE_STRIP = "1" ALLOW_EMPTY_${PN} = "1" 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 FILES_ti-linuxutils-app = "${installdir}/ti-linuxutils-app/*/*" INSANE_SKIP_ti-linuxutils-app = "True" -PACKAGE_STRIP = "no" +INHIBIT_PACKAGE_STRIP = "1" -- cgit v1.2.3-54-g00ecf