diff options
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" |