diff options
author | Ronan Le Martret <ronan@fridu.net> | 2014-06-19 20:03:18 +0200 |
---|---|---|
committer | Ronan Le Martret <ronan@fridu.net> | 2014-06-19 20:03:18 +0200 |
commit | 8bf02d85383b87a53ae194e72ead4b89be187925 (patch) | |
tree | 6dfcf4d48c7640d7529e7afb1ed1266d74dc87d2 /recipes-tizen/appcore-agent/appcore-agent.inc | |
parent | ca99d96e764d807b53f4803724ee6e42dac88cc6 (diff) | |
download | meta-tizen-8bf02d85383b87a53ae194e72ead4b89be187925.tar.gz meta-tizen-8bf02d85383b87a53ae194e72ead4b89be187925.tar.bz2 meta-tizen-8bf02d85383b87a53ae194e72ead4b89be187925.zip |
Update to new recipes
Change-Id: Ib6f5466b3608f6f026a54738fb732106757f94e2
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
Diffstat (limited to 'recipes-tizen/appcore-agent/appcore-agent.inc')
-rw-r--r-- | recipes-tizen/appcore-agent/appcore-agent.inc | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/recipes-tizen/appcore-agent/appcore-agent.inc b/recipes-tizen/appcore-agent/appcore-agent.inc index 5a6974d9..697510c9 100644 --- a/recipes-tizen/appcore-agent/appcore-agent.inc +++ b/recipes-tizen/appcore-agent/appcore-agent.inc @@ -12,10 +12,10 @@ inherit autotools-brokensep BBCLASSEXTEND = "" PROVIDES = "" -#PROVIDES by appcore-agent +#PROVIDES by appcore-agent -#PROVIDES by appcore-agent-dev +#PROVIDES by appcore-agent-dev RDEPENDS = "" @@ -24,7 +24,7 @@ RDEPENDS_${PN}-dev += "appcore-agent" DEPENDS = "" -#DEPENDS of appcore-agent +#DEPENDS of appcore-agent DEPENDS += "aul-1" DEPENDS_append_class-native = " cmake-native" DEPENDS_append_class-target = " cmake-native" @@ -55,10 +55,10 @@ do_compile() { LANG=C export LANG unset DISPLAY - 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 -I%_fmoddir}" ; export FFLAGS ; - LD_AS_NEEDED=1; export LD_AS_NEEDED ; + 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 -I%_fmoddir}" ; export FFLAGS ; + LD_AS_NEEDED=1; export LD_AS_NEEDED ; CFLAGS="${CFLAGS:--O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables}" ; export CFLAGS ; @@ -86,8 +86,8 @@ do_install() { LANG=C export LANG unset DISPLAY - rm -rf ${D} - mkdir -p ${D} + rm -rf ${D} + mkdir -p ${D} oe_runmake \ @@ -115,6 +115,9 @@ pkg_postrm_${PN}() { /sbin/ldconfig } +PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale" +PACKAGES += " appcore-agent " +PACKAGES += " appcore-agent-dev " appcore-agent_files = "" appcore-agent_files += "appcore-agent.manifest" |