murphy: update recipe 86/27086/1
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Thu, 4 Sep 2014 09:13:30 +0000 (11:13 +0200)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Thu, 4 Sep 2014 09:13:30 +0000 (11:13 +0200)
Change-Id: I3b7be2ec3c4777b9b82910485a6bf376917cc36c
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
recipes-tizen/murphy/murphy.inc
recipes-tizen/murphy/murphy_git.bb

index f82449b..6455bd9 100644 (file)
@@ -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() {
index 7a7b9f1..1c1f2d5 100644 (file)
@@ -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 "