From 93e4e40edacf30a87c31459d2415965a0b888822 Mon Sep 17 00:00:00 2001 From: Yuta Doi Date: Wed, 7 Dec 2016 16:53:50 +0900 Subject: Update bundle from: 71b36b170c377bfd15cb5601c49340ba95a1a30d to : 0a9a262dca62ac30bee689118879b9f821604f45 Change-Id: Ie16c4aea7fc7495670cbc21a0441a5223f37e9ea Signed-off-by: Yuta Doi --- meta-application-manager/recipes-others/bundle/bundle.inc | 9 +++++++-- meta-application-manager/recipes-others/bundle/bundle_git.bb | 2 +- 2 files changed, 8 insertions(+), 3 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" diff --git a/meta-application-manager/recipes-others/bundle/bundle_git.bb b/meta-application-manager/recipes-others/bundle/bundle_git.bb index 173475d..4cf7bb7 100644 --- a/meta-application-manager/recipes-others/bundle/bundle_git.bb +++ b/meta-application-manager/recipes-others/bundle/bundle_git.bb @@ -4,7 +4,7 @@ PRIORITY = "10" LIC_FILES_CHKSUM ??= "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" -SRC_URI += "git://review.tizen.org/platform/core/base/bundle;tag=71b36b170c377bfd15cb5601c49340ba95a1a30d;nobranch=1" +SRC_URI += "git://review.tizen.org/platform/core/base/bundle;tag=0a9a262dca62ac30bee689118879b9f821604f45;nobranch=1" BBCLASSEXTEND += " native " -- cgit 1.2.3-korg