From: Kévin THIERRY Date: Thu, 4 Sep 2014 09:13:30 +0000 (+0200) Subject: murphy: update recipe X-Git-Tag: ivi_rev_0.1~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e9fd1b97e53e1d140da5b17e486d686dfac1a2c6;p=scm%2Fbb%2Fmeta-tizen.git murphy: update recipe Change-Id: I3b7be2ec3c4777b9b82910485a6bf376917cc36c Signed-off-by: Kévin THIERRY --- 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 "