From e9fd1b97e53e1d140da5b17e486d686dfac1a2c6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?K=C3=A9vin=20THIERRY?= Date: Thu, 4 Sep 2014 11:13:30 +0200 Subject: [PATCH] murphy: update recipe MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I3b7be2ec3c4777b9b82910485a6bf376917cc36c Signed-off-by: Kévin THIERRY --- recipes-tizen/murphy/murphy.inc | 6 ++++++ recipes-tizen/murphy/murphy_git.bb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/recipes-tizen/murphy/murphy.inc b/recipes-tizen/murphy/murphy.inc index f82449b..6455bd9 100644 --- a/recipes-tizen/murphy/murphy.inc +++ b/recipes-tizen/murphy/murphy.inc @@ -95,7 +95,9 @@ DEPENDS += "flex" DEPENDS += "systemd" DEPENDS += "smack" DEPENDS += "ofono" +DEPENDS += "ail" DEPENDS += "json-c" +DEPENDS += "libxml2" DEPENDS += "dbus" DEPENDS += "pulseaudio" DEPENDS += "glib-2.0" @@ -108,12 +110,16 @@ DEPENDS += "libwebsockets" DEPENDS += "libcap" DEPENDS += "mesa" DEPENDS += "audio-session-manager" +DEPENDS += "ico-uxf-weston-plugin" do_prep() { cd ${S} chmod -Rf a+rX,u+w,g-w,o-w ${S} #setup -q + echo "_with_icosyscon: \"0\"" + echo "_enable_icosyscon: \"0\"" + } do_patch_append() { diff --git a/recipes-tizen/murphy/murphy_git.bb b/recipes-tizen/murphy/murphy_git.bb index 7a7b9f1..1c1f2d5 100644 --- a/recipes-tizen/murphy/murphy_git.bb +++ b/recipes-tizen/murphy/murphy_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/profile/ivi/murphy;tag=4513081acc01ce47e88f2e6ab6f453dba734d2ed;nobranch=1" +SRC_URI += "git://review.tizen.org/profile/ivi/murphy;tag=0624150004879859625240ebb19547e2ad3f3498;nobranch=1" BBCLASSEXTEND += " native " -- 2.7.4