summaryrefslogtreecommitdiff
path: root/recipes-tizen/location-manager/location-manager.inc
diff options
context:
space:
mode:
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>2014-07-08 15:19:24 +0200
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>2014-07-09 16:15:17 +0200
commit7b3e11ec5faff1ff5c9426b36b06c6fc7202e787 (patch)
tree7b2a574df98fb95785ea6b947fef1ada0cf76a86 /recipes-tizen/location-manager/location-manager.inc
parentd703bb0bbd710976ccb639313f477d08ccc11822 (diff)
downloadmeta-tizen-7b3e11ec5faff1ff5c9426b36b06c6fc7202e787.tar.gz
meta-tizen-7b3e11ec5faff1ff5c9426b36b06c6fc7202e787.tar.bz2
meta-tizen-7b3e11ec5faff1ff5c9426b36b06c6fc7202e787.zip
Update recipes
New generated recipes from recent spec files using spec2yocto tool with latest modifications. Change-Id: I7809071e5ed363ee924167c9f9ad2233050663ad Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Diffstat (limited to 'recipes-tizen/location-manager/location-manager.inc')
-rw-r--r--recipes-tizen/location-manager/location-manager.inc5
1 files changed, 1 insertions, 4 deletions
diff --git a/recipes-tizen/location-manager/location-manager.inc b/recipes-tizen/location-manager/location-manager.inc
index 9444554e..7c67f453 100644
--- a/recipes-tizen/location-manager/location-manager.inc
+++ b/recipes-tizen/location-manager/location-manager.inc
@@ -59,9 +59,6 @@ do_compile() {
MAJORVER=`echo 0.1.11 | awk 'BEGIN {FS="."}{print $1}'`
- CFLAGS="${CFLAGS:--O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables}" ; export CFLAGS ;
- CXXFLAGS="${CXXFLAGS:--O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables}" ; export CXXFLAGS ;
- FFLAGS="${FFLAGS:--O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables}" ; export FFLAGS ;
cmake \
-DCMAKE_VERBOSE_MAKEFILE=ON \
-DCMAKE_INSTALL_PREFIX:PATH=${prefix} \
@@ -74,7 +71,7 @@ do_compile() {
-DBUILD_SHARED_LIBS:BOOL=ON \
${EXTRA_OECMAKE} . -DFULLVER=0.1.11 -DMAJORVER=${MAJORVER}
- make -j16
+ make