From 0c20a2dfab42f641bc717738655d89561e982219 Mon Sep 17 00:00:00 2001 From: =?utf8?q?K=C3=A9vin=20THIERRY?= Date: Wed, 17 Sep 2014 12:23:22 +0200 Subject: [PATCH] Update recipes MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I2141a78b17d23679660f04a6cd063c606abb9e5b Signed-off-by: Kévin THIERRY --- recipes-tizen/alarm-manager/alarm-manager.inc | 2 +- recipes-tizen/appcore-agent/appcore-agent.inc | 1 - recipes-tizen/crosswalk/crosswalk.inc | 2 +- recipes-tizen/devman/devman.inc | 2 +- recipes-tizen/libsvi/libsvi.inc | 2 +- recipes-tizen/media-server/media-server.inc | 4 ++-- recipes-tizen/nfc-manager-neard/nfc-manager-neard.inc | 2 +- recipes-tizen/power/power.inc | 2 +- .../tizen-extensions-crosswalk/tizen-extensions-crosswalk.inc | 2 +- recipes-tizen/tizen-platform-config/tizen-platform-config_git.bb | 2 +- 10 files changed, 10 insertions(+), 11 deletions(-) diff --git a/recipes-tizen/alarm-manager/alarm-manager.inc b/recipes-tizen/alarm-manager/alarm-manager.inc index 7f9dbc2..77646e5 100644 --- a/recipes-tizen/alarm-manager/alarm-manager.inc +++ b/recipes-tizen/alarm-manager/alarm-manager.inc @@ -47,8 +47,8 @@ DEPENDS += "tizen-platform-config" DEPENDS += "aul" DEPENDS += "bundle" DEPENDS += "glib-2.0" +DEPENDS += "system-server" DEPENDS += "libslp-db-util" -DEPENDS += "libslp-pm" DEPENDS += "security-server" DEPENDS += "heynoti" DEPENDS += "libtapi-legacy" diff --git a/recipes-tizen/appcore-agent/appcore-agent.inc b/recipes-tizen/appcore-agent/appcore-agent.inc index 7d892b1..89d4822 100644 --- a/recipes-tizen/appcore-agent/appcore-agent.inc +++ b/recipes-tizen/appcore-agent/appcore-agent.inc @@ -33,7 +33,6 @@ DEPENDS += "dlog" DEPENDS += "glib-2.0" DEPENDS += "system-server" DEPENDS += "application" -DEPENDS += "libslp-pm" DEPENDS += "vconf" do_prep() { diff --git a/recipes-tizen/crosswalk/crosswalk.inc b/recipes-tizen/crosswalk/crosswalk.inc index 507686f..24fbd93 100644 --- a/recipes-tizen/crosswalk/crosswalk.inc +++ b/recipes-tizen/crosswalk/crosswalk.inc @@ -19,7 +19,6 @@ RDEPENDS = "" DEPENDS = "" #DEPENDS of crosswalk -DEPENDS += "libhaptic" DEPENDS += "cairo" DEPENDS += "expat" DEPENDS += "udev" @@ -34,6 +33,7 @@ DEPENDS += "slp-pkgmgr" DEPENDS += "alsa-lib" DEPENDS += "elfutils" DEPENDS += "fontconfig" +DEPENDS += "system-server" DEPENDS += "wayland" DEPENDS += "which" DEPENDS += "libxml2" diff --git a/recipes-tizen/devman/devman.inc b/recipes-tizen/devman/devman.inc index 2fd73bf..a138202 100644 --- a/recipes-tizen/devman/devman.inc +++ b/recipes-tizen/devman/devman.inc @@ -37,10 +37,10 @@ RDEPENDS_lib${PN}-haptic-dev += "libdevman-dev" DEPENDS = "" #DEPENDS of devman -DEPENDS += "libhaptic" DEPENDS_append_class-native = " cmake-native" DEPENDS_append_class-target = " cmake-native" DEPENDS += "dlog" +DEPENDS += "system-server" DEPENDS += "libdevice-node" DEPENDS += "heynoti" DEPENDS += "vconf" diff --git a/recipes-tizen/libsvi/libsvi.inc b/recipes-tizen/libsvi/libsvi.inc index d9c1d8d..a6c0998 100644 --- a/recipes-tizen/libsvi/libsvi.inc +++ b/recipes-tizen/libsvi/libsvi.inc @@ -47,7 +47,6 @@ RDEPENDS_${PN}-dev += "libsvi" DEPENDS = "" #DEPENDS of libfeedback -DEPENDS += "libhaptic" DEPENDS += "libmm-sound" DEPENDS_append_class-native = " cmake-native" DEPENDS_append_class-target = " cmake-native" @@ -55,6 +54,7 @@ DEPENDS += "libxml2" DEPENDS += "tizen-platform-config" DEPENDS += "dlog" DEPENDS += "glib-2.0" +DEPENDS += "system-server" DEPENDS += "common" DEPENDS += "vconf" diff --git a/recipes-tizen/media-server/media-server.inc b/recipes-tizen/media-server/media-server.inc index bd88b09..d298f07 100644 --- a/recipes-tizen/media-server/media-server.inc +++ b/recipes-tizen/media-server/media-server.inc @@ -43,10 +43,10 @@ DEPENDS += "tizen-platform-config" DEPENDS += "aul" DEPENDS += "dlog" DEPENDS += "glib-2.0" +DEPENDS += "system-server" DEPENDS += "libslp-db-util" -DEPENDS += "heynoti" DEPENDS += "sqlite3" -DEPENDS += "libslp-pm" +DEPENDS += "heynoti" DEPENDS += "vconf" DEPENDS += "dbus-glib" diff --git a/recipes-tizen/nfc-manager-neard/nfc-manager-neard.inc b/recipes-tizen/nfc-manager-neard/nfc-manager-neard.inc index d705758..1666afb 100644 --- a/recipes-tizen/nfc-manager-neard/nfc-manager-neard.inc +++ b/recipes-tizen/nfc-manager-neard/nfc-manager-neard.inc @@ -51,6 +51,7 @@ DEPENDS += "app-svc" DEPENDS += "aul" DEPENDS += "dlog" DEPENDS += "glib-2.0" +DEPENDS += "system-server" DEPENDS += "bluetooth-frwk" inherit pythonnative DEPENDS += "libsvi" @@ -66,7 +67,6 @@ DEPENDS += "wav-player" DEPENDS += "wifi" DEPENDS += "openssl" DEPENDS += "neardal" -DEPENDS += "libslp-pm" do_prep() { cd ${S} diff --git a/recipes-tizen/power/power.inc b/recipes-tizen/power/power.inc index b3d5c9b..00a4aab 100644 --- a/recipes-tizen/power/power.inc +++ b/recipes-tizen/power/power.inc @@ -31,8 +31,8 @@ DEPENDS_append_class-native = " cmake-native" DEPENDS_append_class-target = " cmake-native" DEPENDS += "dlog" DEPENDS += "glib-2.0" +DEPENDS += "system-server" DEPENDS += "common" -DEPENDS += "libslp-pm" DEPENDS += "vconf" do_prep() { diff --git a/recipes-tizen/tizen-extensions-crosswalk/tizen-extensions-crosswalk.inc b/recipes-tizen/tizen-extensions-crosswalk/tizen-extensions-crosswalk.inc index 7ed7e3a..96492e7 100644 --- a/recipes-tizen/tizen-extensions-crosswalk/tizen-extensions-crosswalk.inc +++ b/recipes-tizen/tizen-extensions-crosswalk/tizen-extensions-crosswalk.inc @@ -61,6 +61,7 @@ DEPENDS += "wayland" DEPENDS += "media-content" DEPENDS += "system-settings" DEPENDS += "glib-2.0" +DEPENDS += "system-server" DEPENDS += "application" DEPENDS += "system-info" DEPENDS += "app-manager" @@ -85,7 +86,6 @@ DEPENDS += "pulseaudio" DEPENDS += "bluez4" DEPENDS += "connection" DEPENDS += "notification" -DEPENDS += "libslp-pm" DEPENDS += "libtapi-legacy" do_prep() { diff --git a/recipes-tizen/tizen-platform-config/tizen-platform-config_git.bb b/recipes-tizen/tizen-platform-config/tizen-platform-config_git.bb index 281df45..6fb2c49 100644 --- a/recipes-tizen/tizen-platform-config/tizen-platform-config_git.bb +++ b/recipes-tizen/tizen-platform-config/tizen-platform-config_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/tizen-platform-config;tag=9cba854c38144774c16d1b01fa23fd882bb19dab;nobranch=1" +SRC_URI += "git://review.tizen.org/platform/core/appfw/tizen-platform-config;tag=197be4bc87efbca43065bbfa9afd712ed0d8b976;nobranch=1" BBCLASSEXTEND += " native " -- 2.7.4