privacy-manager-server: use the toolchain version of strip 73/41373/1
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>
Sat, 13 Jun 2015 12:02:17 +0000 (12:02 +0000)
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
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
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}"