aboutsummaryrefslogtreecommitdiffstats
path: root/meta-application-manager/recipes-others/bundle/bundle.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-application-manager/recipes-others/bundle/bundle.inc')
-rw-r--r--meta-application-manager/recipes-others/bundle/bundle.inc9
1 files changed, 7 insertions, 2 deletions
diff --git a/meta-application-manager/recipes-others/bundle/bundle.inc b/meta-application-manager/recipes-others/bundle/bundle.inc
index cad8be0..5aefe6e 100644
--- a/meta-application-manager/recipes-others/bundle/bundle.inc
+++ b/meta-application-manager/recipes-others/bundle/bundle.inc
@@ -31,6 +31,9 @@ inherit tizen_cmake
inherit pkgconfig
DEPENDS += "dlog"
DEPENDS += "glib-2.0"
+DEPENDS += "capi-base-common"
+DEPENDS += "json-glib"
+
do_prep() {
cd ${S}
@@ -67,8 +70,9 @@ do_compile() {
-DCMAKE_SKIP_RPATH:BOOL=ON \
-DBUILD_SHARED_LIBS:BOOL=ON \
-DCMAKE_TOOLCHAIN_FILE=${WORKDIR}/toolchain.cmake \
- ${EXTRA_OECMAKE} .
- make ${PARALLEL_MAKE}
+ ${EXTRA_OECMAKE} . \
+ -DVERSION=${PV}
+ oe_runmake ${PARALLEL_MAKE}
@@ -113,6 +117,7 @@ PACKAGES += " bundle "
bundle-dev_files = ""
bundle-dev_files += "${prefix}/include/bundle.h"
+bundle-dev_files += "${prefix}/include/bundle_internal.h"
bundle-dev_files += "${prefix}/include/SLP_bundle_PG.h"
bundle-dev_files += "${prefix}/lib/pkgconfig/bundle.pc"
bundle-dev_files += "${prefix}/lib/libbundle.so"