status: correct build errors
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Wed, 25 Jun 2014 19:13:36 +0000 (21:13 +0200)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Wed, 25 Jun 2014 19:14:31 +0000 (21:14 +0200)
Change-Id: Ife0ddb9e767f0024d9e5d5f795285bbc437d6f96
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
recipes-tizen/status/status.inc

index 731ae83..5a84cff 100644 (file)
@@ -35,6 +35,8 @@ DEPENDS += "vconf"
 DEPENDS += "dlog"
 DEPENDS += "aul"
 
+INSANE_SKIP_${PN} = "dev-so"
+
 do_prep() {
  cd ${S}
  chmod -Rf a+rX,u+w,g-w,o-w ${S}
@@ -60,7 +62,7 @@ do_compile() {
  FFLAGS="${FFLAGS:--O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -I%_fmoddir}" ; export FFLAGS ;
  LD_AS_NEEDED=1; export LD_AS_NEEDED ;
  
- export LDFLAGS+="-Wl,--rpath=${prefix}/lib -Wl,--as-needed"
#export LDFLAGS+="-Wl,--rpath=${prefix}/lib -Wl,--as-needed"
  
    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 ;