meta-tizen: privacy-manager-server: use the toolchain version of strip
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Sat, 13 Jun 2015 12:00:31 +0000 (12:00 +0000)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Wed, 24 Jun 2015 12:05:48 +0000 (09:05 -0300)
As strip is part of the build chain, use it. This is needed
to make it build on arm, and won't affect x86.

Change-Id: I0462d26d3940527243322c80019745ce1808ebf4
(From meta-tizen rev: 40e29bb00ef6a9a62224da36b44fb36f24abca1f)

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
meta-tizen/meta-tizen-common-base/recipes-security/privacy-manager-server/privacy-manager-server-extraconf.inc

index efb89c0..ad9200b 100644 (file)
@@ -14,4 +14,4 @@ DEPENDS += "binutils-native"
 DEPENDS_remove_class-native = "dlog-native"
 RDEPENDS_${PN}_remove_class-native = "glibc-native"
 
-EXTRA_OECMAKE+="-DCMAKE_STRIP:PATH=strip"
\ No newline at end of file
+EXTRA_OECMAKE+="-DCMAKE_STRIP:PATH=${STRIP}"