From: Mauro Carvalho Chehab Date: Sat, 13 Jun 2015 12:00:31 +0000 (+0000) Subject: privacy-manager-server: use the toolchain version of strip X-Git-Url: http://review.tizen.org/git/?p=scm%2Fbb%2Fmeta-tizen.git;a=commitdiff_plain;h=40e29bb00ef6a9a62224da36b44fb36f24abca1f privacy-manager-server: use the toolchain version of strip 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 --- diff --git a/meta-tizen-common-base/recipes-security/privacy-manager-server/privacy-manager-server-extraconf.inc b/meta-tizen-common-base/recipes-security/privacy-manager-server/privacy-manager-server-extraconf.inc index efb89c0..ad9200b 100644 --- a/meta-tizen-common-base/recipes-security/privacy-manager-server/privacy-manager-server-extraconf.inc +++ b/meta-tizen-common-base/recipes-security/privacy-manager-server/privacy-manager-server-extraconf.inc @@ -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}"