diff options
author | Kévin THIERRY <kevin.thierry@open.eurogiciel.org> | 2014-06-25 21:13:36 +0200 |
---|---|---|
committer | Kévin THIERRY <kevin.thierry@open.eurogiciel.org> | 2014-06-25 21:14:31 +0200 |
commit | 5c8e1236e8db229f2ef97dcd6574f6995eeeac44 (patch) | |
tree | e7a6ff572320bb9035919f12af817977ccb43398 | |
parent | 0c3c317807715b76f1f6b8756cb0aa8914ccf789 (diff) | |
download | meta-tizen-5c8e1236e8db229f2ef97dcd6574f6995eeeac44.tar.gz meta-tizen-5c8e1236e8db229f2ef97dcd6574f6995eeeac44.tar.bz2 meta-tizen-5c8e1236e8db229f2ef97dcd6574f6995eeeac44.zip |
status: correct build errors
Change-Id: Ife0ddb9e767f0024d9e5d5f795285bbc437d6f96
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
-rw-r--r-- | recipes-tizen/status/status.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-tizen/status/status.inc b/recipes-tizen/status/status.inc index 731ae837..5a84cffd 100644 --- a/recipes-tizen/status/status.inc +++ b/recipes-tizen/status/status.inc @@ -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 ; |