aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuta Doi <yuta-d@witz-inc.co.jp>2016-12-26 14:39:34 +0900
committerYuta Doi <yuta-d@witz-inc.co.jp>2016-12-26 14:39:34 +0900
commit7754552f2d38fa5c1b107a445cfc765e4cfd76f3 (patch)
treee2a2b8a4f0cf5fe2b1bfbed029d899da6d61c7ae
parentdcf616015f86ad5e138a50ff624cf360d5d70f78 (diff)
Update librua
from: b3f0019b1e8c118e7f96248d143f43a02c05a4e7 to : a36cb3a760de59fbc8394f449d3370aaa6223011 [NOTE] This commit have been checked compiling but the command of pkgmgr is not existed, so it is necessary that alternative command is added. Change-Id: If77ce7ed7dd48ec397ae1fdf839e7a5e22fa1f70 Signed-off-by: Yuta Doi <yuta-d@witz-inc.co.jp>
-rw-r--r--meta-application-manager/recipes-application-framework/librua/librua.inc3
-rw-r--r--meta-application-manager/recipes-application-framework/librua/librua_git.bb2
2 files changed, 4 insertions, 1 deletions
diff --git a/meta-application-manager/recipes-application-framework/librua/librua.inc b/meta-application-manager/recipes-application-framework/librua/librua.inc
index b614bc4..09696bb 100644
--- a/meta-application-manager/recipes-application-framework/librua/librua.inc
+++ b/meta-application-manager/recipes-application-framework/librua/librua.inc
@@ -39,6 +39,9 @@ DEPENDS += "tizen-platform-config"
inherit tizen_cmake
inherit pkgconfig
DEPENDS += "libslp-db-util"
+DEPENDS += "bundle"
+DEPENDS += "aul"
+
do_prep() {
cd ${S}
diff --git a/meta-application-manager/recipes-application-framework/librua/librua_git.bb b/meta-application-manager/recipes-application-framework/librua/librua_git.bb
index 6095e25..291570c 100644
--- a/meta-application-manager/recipes-application-framework/librua/librua_git.bb
+++ b/meta-application-manager/recipes-application-framework/librua/librua_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/appfw/librua;tag=b3f0019b1e8c118e7f96248d143f43a02c05a4e7;nobranch=1"
+SRC_URI += "git://review.tizen.org/platform/core/appfw/librua;tag=a36cb3a760de59fbc8394f449d3370aaa6223011;nobranch=1"
BBCLASSEXTEND += " native "