From a2597262be085f79742d12179294e9ad384018c3 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Tue, 13 May 2014 18:43:28 +0200 Subject: [PATCH] add native require Change-Id: Ia9b4e7de4bf43282829e746960ea32b8418dcf0f --- recipes-tizen/ail/ail.inc | 1 + recipes-tizen/app-checker/app-checker.inc | 1 + recipes-tizen/app-core/app-core.inc | 1 + recipes-tizen/app-svc/app-svc.inc | 1 + recipes-tizen/appcore-agent/appcore-agent.inc | 1 + recipes-tizen/application/application.inc | 1 + recipes-tizen/aul-1/aul-1.inc | 1 + recipes-tizen/bundle/bundle.inc | 1 + recipes-tizen/com-core/com-core.inc | 1 + recipes-tizen/common/common.inc | 1 + recipes-tizen/crosswalk/crosswalk.inc | 2 ++ recipes-tizen/dlog/dlog_git.bb | 2 +- recipes-tizen/doxygen/doxygen.inc | 1 + recipes-tizen/heynoti/heynoti.inc | 1 + recipes-tizen/libdevice-node/libdevice-node.inc | 1 + recipes-tizen/libhaptic/libhaptic.inc | 1 + recipes-tizen/libiri/libiri.inc | 2 ++ recipes-tizen/libprivilege-control/libprivilege-control.inc | 1 + recipes-tizen/librua/librua.inc | 1 + recipes-tizen/libsf-common/libsf-common.inc | 1 + recipes-tizen/libslp-db-util/libslp-db-util.inc | 1 + recipes-tizen/libslp-pm/libslp-pm.inc | 1 + recipes-tizen/libslp-sensor/libslp-sensor.inc | 1 + recipes-tizen/libslp-sysman/libslp-sysman.inc | 1 + recipes-tizen/libtapi-legacy/libtapi-legacy.inc | 1 + recipes-tizen/libtapi/libtapi.inc | 1 + recipes-tizen/location-manager/location-manager.inc | 1 + recipes-tizen/lua/lua.inc | 2 ++ recipes-tizen/notification/notification.inc | 1 + recipes-tizen/pkgmgr-info/pkgmgr-info.inc | 1 + recipes-tizen/privacy-manager/privacy-manager.inc | 1 + recipes-tizen/security-server/security-server.inc | 1 + recipes-tizen/slp-pkgmgr/slp-pkgmgr.inc | 1 + recipes-tizen/smack/smack.inc | 2 ++ recipes-tizen/sound-manager/sound-manager.inc | 1 + recipes-tizen/system-info/system-info.inc | 1 + recipes-tizen/vconf-internal-keys/vconf-internal-keys.inc | 1 + recipes-tizen/vconf/vconf.inc | 1 + recipes-tizen/weston-common/weston-common.inc | 3 +++ recipes-tizen/xdgmime/xdgmime.inc | 1 + 40 files changed, 46 insertions(+), 1 deletion(-) diff --git a/recipes-tizen/ail/ail.inc b/recipes-tizen/ail/ail.inc index ea98294..b9462b3 100644 --- a/recipes-tizen/ail/ail.inc +++ b/recipes-tizen/ail/ail.inc @@ -31,6 +31,7 @@ DEPENDS += "xdgmime" DEPENDS += "dlog" DEPENDS += "sqlite3" DEPENDS_append_class-native = " cmake-native" +DEPENDS_append_class-target = " cmake-native" DEPENDS += "vconf" DEPENDS += "libslp-db-util" diff --git a/recipes-tizen/app-checker/app-checker.inc b/recipes-tizen/app-checker/app-checker.inc index 7b1fa7a..c082791 100644 --- a/recipes-tizen/app-checker/app-checker.inc +++ b/recipes-tizen/app-checker/app-checker.inc @@ -37,6 +37,7 @@ RDEPENDS_${PN}-server += "app-checker" DEPENDS = "" #DEPENDS of app-checker DEPENDS_append_class-native = " cmake-native" +DEPENDS_append_class-target = " cmake-native" DEPENDS += "dlog" do_prep() { diff --git a/recipes-tizen/app-core/app-core.inc b/recipes-tizen/app-core/app-core.inc index 82516e3..2b13876 100644 --- a/recipes-tizen/app-core/app-core.inc +++ b/recipes-tizen/app-core/app-core.inc @@ -52,6 +52,7 @@ DEPENDS = "" #DEPENDS of app-core DEPENDS += "aul-1" DEPENDS_append_class-native = " cmake-native" +DEPENDS_append_class-target = " cmake-native" DEPENDS += "librua" DEPENDS += "dlog" DEPENDS += "libslp-sensor" diff --git a/recipes-tizen/app-svc/app-svc.inc b/recipes-tizen/app-svc/app-svc.inc index 109c182..91e15c5 100644 --- a/recipes-tizen/app-svc/app-svc.inc +++ b/recipes-tizen/app-svc/app-svc.inc @@ -30,6 +30,7 @@ DEPENDS = "" DEPENDS += "pkgmgr-info" DEPENDS += "aul-1" DEPENDS_append_class-native = " cmake-native" +DEPENDS_append_class-target = " cmake-native" DEPENDS += "iniparser" DEPENDS += "dbus" DEPENDS += "bundle" diff --git a/recipes-tizen/appcore-agent/appcore-agent.inc b/recipes-tizen/appcore-agent/appcore-agent.inc index 45fa512..969668c 100644 --- a/recipes-tizen/appcore-agent/appcore-agent.inc +++ b/recipes-tizen/appcore-agent/appcore-agent.inc @@ -26,6 +26,7 @@ DEPENDS = "" #DEPENDS of appcore-agent DEPENDS += "aul-1" DEPENDS_append_class-native = " cmake-native" +DEPENDS_append_class-target = " cmake-native" DEPENDS += "dlog" DEPENDS += "application" DEPENDS += "libslp-sysman" diff --git a/recipes-tizen/application/application.inc b/recipes-tizen/application/application.inc index 8335de8..a0f0254 100644 --- a/recipes-tizen/application/application.inc +++ b/recipes-tizen/application/application.inc @@ -27,6 +27,7 @@ DEPENDS = "" DEPENDS += "aul-1" DEPENDS += "sqlite3" DEPENDS_append_class-native = " cmake-native" +DEPENDS_append_class-target = " cmake-native" DEPENDS += "notification" DEPENDS += "app-svc" DEPENDS += "bundle" diff --git a/recipes-tizen/aul-1/aul-1.inc b/recipes-tizen/aul-1/aul-1.inc index f0880f7..ab11c97 100644 --- a/recipes-tizen/aul-1/aul-1.inc +++ b/recipes-tizen/aul-1/aul-1.inc @@ -31,6 +31,7 @@ DEPENDS = "" DEPENDS += "pkgmgr-info" DEPENDS += "librua" DEPENDS_append_class-native = " cmake-native" +DEPENDS_append_class-target = " cmake-native" DEPENDS += "attr" DEPENDS += "dbus" DEPENDS += "tizen-platform-config" diff --git a/recipes-tizen/bundle/bundle.inc b/recipes-tizen/bundle/bundle.inc index 8e529db..2ffd005 100644 --- a/recipes-tizen/bundle/bundle.inc +++ b/recipes-tizen/bundle/bundle.inc @@ -25,6 +25,7 @@ RDEPENDS_${PN}-dev += "bundle" DEPENDS = "" #DEPENDS of bundle DEPENDS_append_class-native = " cmake-native" +DEPENDS_append_class-target = " cmake-native" DEPENDS += "dlog" do_prep() { diff --git a/recipes-tizen/com-core/com-core.inc b/recipes-tizen/com-core/com-core.inc index e1a3607..cc68d4b 100644 --- a/recipes-tizen/com-core/com-core.inc +++ b/recipes-tizen/com-core/com-core.inc @@ -28,6 +28,7 @@ DEPENDS = "" inherit gettext DEPENDS += "systemd" DEPENDS_append_class-native = " cmake-native" +DEPENDS_append_class-target = " cmake-native" DEPENDS += "dlog" do_prep() { diff --git a/recipes-tizen/common/common.inc b/recipes-tizen/common/common.inc index 5bdf328..5e2d111 100644 --- a/recipes-tizen/common/common.inc +++ b/recipes-tizen/common/common.inc @@ -25,6 +25,7 @@ RDEPENDS_capi-base-${PN}-dev += "capi-base-common" DEPENDS = "" #DEPENDS of capi-base-common DEPENDS_append_class-native = " cmake-native" +DEPENDS_append_class-target = " cmake-native" do_prep() { cd ${S} diff --git a/recipes-tizen/crosswalk/crosswalk.inc b/recipes-tizen/crosswalk/crosswalk.inc index 4d5c77a..2d88b5c 100644 --- a/recipes-tizen/crosswalk/crosswalk.inc +++ b/recipes-tizen/crosswalk/crosswalk.inc @@ -45,6 +45,7 @@ DEPENDS += "pkgmgr-info" DEPENDS += "libdrm" DEPENDS += "python-xml" DEPENDS_append_class-native = " ninja-native" +DEPENDS_append_class-target = " ninja-native" DEPENDS += "mesa" DEPENDS += "vconf" DEPENDS += "nspr" @@ -54,6 +55,7 @@ DEPENDS += "pulseaudio" DEPENDS += "location-manager" DEPENDS += "libexif" DEPENDS_append_class-native = " bison-native" +DEPENDS_append_class-target = " bison-native" DEPENDS += "pciutils" do_prep() { diff --git a/recipes-tizen/dlog/dlog_git.bb b/recipes-tizen/dlog/dlog_git.bb index aa0d4bc..b3aec1c 100644 --- a/recipes-tizen/dlog/dlog_git.bb +++ b/recipes-tizen/dlog/dlog_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/system/dlog;tag=7125136fabfd0b9f1a508ee49ca45b851b3ce9be;nobranch=1" +SRC_URI += "git://review.tizen.org/platform/core/system/dlog;tag=913a031fc742c23f7413d95567ac0bbb064566a4;nobranch=1" BBCLASSEXTEND = "native" diff --git a/recipes-tizen/doxygen/doxygen.inc b/recipes-tizen/doxygen/doxygen.inc index d5be8fb..fe18814 100644 --- a/recipes-tizen/doxygen/doxygen.inc +++ b/recipes-tizen/doxygen/doxygen.inc @@ -24,6 +24,7 @@ DEPENDS = "" DEPENDS += "flex" DEPENDS += "gcc-cross" DEPENDS_append_class-native = " bison-native" +DEPENDS_append_class-target = " bison-native" #Replace "DEPENDS" on gettext by "inherit gettext" inherit gettext diff --git a/recipes-tizen/heynoti/heynoti.inc b/recipes-tizen/heynoti/heynoti.inc index da54cd2..10f0024 100644 --- a/recipes-tizen/heynoti/heynoti.inc +++ b/recipes-tizen/heynoti/heynoti.inc @@ -26,6 +26,7 @@ DEPENDS = "" #DEPENDS of heynoti DEPENDS += "ecore" DEPENDS_append_class-native = " cmake-native" +DEPENDS_append_class-target = " cmake-native" DEPENDS += "dlog" do_prep() { diff --git a/recipes-tizen/libdevice-node/libdevice-node.inc b/recipes-tizen/libdevice-node/libdevice-node.inc index 41c59dc..2be5313 100644 --- a/recipes-tizen/libdevice-node/libdevice-node.inc +++ b/recipes-tizen/libdevice-node/libdevice-node.inc @@ -25,6 +25,7 @@ RDEPENDS_${PN}-dev += "libdevice-node" DEPENDS = "" #DEPENDS of libdevice-node DEPENDS_append_class-native = " cmake-native" +DEPENDS_append_class-target = " cmake-native" DEPENDS += "vconf" DEPENDS += "dlog" diff --git a/recipes-tizen/libhaptic/libhaptic.inc b/recipes-tizen/libhaptic/libhaptic.inc index 6864938..13811f9 100644 --- a/recipes-tizen/libhaptic/libhaptic.inc +++ b/recipes-tizen/libhaptic/libhaptic.inc @@ -28,6 +28,7 @@ RDEPENDS_${PN}-dev += "libhaptic" DEPENDS = "" #DEPENDS of libhaptic DEPENDS_append_class-native = " cmake-native" +DEPENDS_append_class-target = " cmake-native" DEPENDS += "vconf" DEPENDS += "dlog" DEPENDS += "common" diff --git a/recipes-tizen/libiri/libiri.inc b/recipes-tizen/libiri/libiri.inc index 26722ed..317082b 100644 --- a/recipes-tizen/libiri/libiri.inc +++ b/recipes-tizen/libiri/libiri.inc @@ -25,8 +25,10 @@ RDEPENDS_${PN}-dev += "libiri" DEPENDS = "" #DEPENDS of libiri DEPENDS_append_class-native = " autoconf-native" +DEPENDS_append_class-target = " autoconf-native" DEPENDS += "libtool-cross" DEPENDS_append_class-native = " automake-native" +DEPENDS_append_class-target = " automake-native" do_prep() { cd ${S} diff --git a/recipes-tizen/libprivilege-control/libprivilege-control.inc b/recipes-tizen/libprivilege-control/libprivilege-control.inc index 2ff5afa..9c6c645 100644 --- a/recipes-tizen/libprivilege-control/libprivilege-control.inc +++ b/recipes-tizen/libprivilege-control/libprivilege-control.inc @@ -31,6 +31,7 @@ RDEPENDS_${PN}-dev += "libprivilege-control" DEPENDS = "" #DEPENDS of libprivilege-control DEPENDS_append_class-native = " cmake-native" +DEPENDS_append_class-target = " cmake-native" DEPENDS += "dlog" DEPENDS += "libiri" DEPENDS += "smack" diff --git a/recipes-tizen/librua/librua.inc b/recipes-tizen/librua/librua.inc index a3882ef..094915c 100644 --- a/recipes-tizen/librua/librua.inc +++ b/recipes-tizen/librua/librua.inc @@ -27,6 +27,7 @@ DEPENDS = "" DEPENDS += "sqlite3" DEPENDS += "tizen-platform-config" DEPENDS_append_class-native = " cmake-native" +DEPENDS_append_class-target = " cmake-native" DEPENDS += "libslp-db-util" do_prep() { diff --git a/recipes-tizen/libsf-common/libsf-common.inc b/recipes-tizen/libsf-common/libsf-common.inc index d42169c..15ce185 100644 --- a/recipes-tizen/libsf-common/libsf-common.inc +++ b/recipes-tizen/libsf-common/libsf-common.inc @@ -25,6 +25,7 @@ RDEPENDS_${PN}-dev += "libsf-common" DEPENDS = "" #DEPENDS of libsf-common DEPENDS_append_class-native = " cmake-native" +DEPENDS_append_class-target = " cmake-native" DEPENDS += "attr" DEPENDS += "dlog" diff --git a/recipes-tizen/libslp-db-util/libslp-db-util.inc b/recipes-tizen/libslp-db-util/libslp-db-util.inc index 98dc210..e6a807a 100644 --- a/recipes-tizen/libslp-db-util/libslp-db-util.inc +++ b/recipes-tizen/libslp-db-util/libslp-db-util.inc @@ -26,6 +26,7 @@ DEPENDS = "" #DEPENDS of libslp-db-util DEPENDS += "sqlite3" DEPENDS_append_class-native = " cmake-native" +DEPENDS_append_class-target = " cmake-native" DEPENDS += "icu" DEPENDS += "dlog" diff --git a/recipes-tizen/libslp-pm/libslp-pm.inc b/recipes-tizen/libslp-pm/libslp-pm.inc index eeee89b..a9f7bcd 100644 --- a/recipes-tizen/libslp-pm/libslp-pm.inc +++ b/recipes-tizen/libslp-pm/libslp-pm.inc @@ -25,6 +25,7 @@ RDEPENDS_${PN}-dev += "libslp-pm" DEPENDS = "" #DEPENDS of libslp-pm DEPENDS_append_class-native = " cmake-native" +DEPENDS_append_class-target = " cmake-native" do_prep() { cd ${S} diff --git a/recipes-tizen/libslp-sensor/libslp-sensor.inc b/recipes-tizen/libslp-sensor/libslp-sensor.inc index 2d40a22..af0b493 100644 --- a/recipes-tizen/libslp-sensor/libslp-sensor.inc +++ b/recipes-tizen/libslp-sensor/libslp-sensor.inc @@ -26,6 +26,7 @@ DEPENDS = "" #DEPENDS of sensor DEPENDS += "libsf-common" DEPENDS_append_class-native = " cmake-native" +DEPENDS_append_class-target = " cmake-native" DEPENDS += "vconf" do_prep() { diff --git a/recipes-tizen/libslp-sysman/libslp-sysman.inc b/recipes-tizen/libslp-sysman/libslp-sysman.inc index fcebdc4..45aa16c 100644 --- a/recipes-tizen/libslp-sysman/libslp-sysman.inc +++ b/recipes-tizen/libslp-sysman/libslp-sysman.inc @@ -32,6 +32,7 @@ DEPENDS = "" #DEPENDS of sysman DEPENDS += "libdevice-node" DEPENDS_append_class-native = " cmake-native" +DEPENDS_append_class-target = " cmake-native" DEPENDS += "vconf" DEPENDS += "dlog" diff --git a/recipes-tizen/libtapi-legacy/libtapi-legacy.inc b/recipes-tizen/libtapi-legacy/libtapi-legacy.inc index b45b04b..f65af3d 100644 --- a/recipes-tizen/libtapi-legacy/libtapi-legacy.inc +++ b/recipes-tizen/libtapi-legacy/libtapi-legacy.inc @@ -29,6 +29,7 @@ DEPENDS = "" #DEPENDS of libtapi DEPENDS += "libtapi" DEPENDS_append_class-native = " cmake-native" +DEPENDS_append_class-target = " cmake-native" DEPENDS += "security-server" DEPENDS += "dlog" diff --git a/recipes-tizen/libtapi/libtapi.inc b/recipes-tizen/libtapi/libtapi.inc index 8879e30..c4540ed 100644 --- a/recipes-tizen/libtapi/libtapi.inc +++ b/recipes-tizen/libtapi/libtapi.inc @@ -25,6 +25,7 @@ RDEPENDS_${PN}-dev += "libtapi" DEPENDS = "" #DEPENDS of libtapi DEPENDS_append_class-native = " cmake-native" +DEPENDS_append_class-target = " cmake-native" DEPENDS += "security-server" DEPENDS += "dlog" diff --git a/recipes-tizen/location-manager/location-manager.inc b/recipes-tizen/location-manager/location-manager.inc index f1be30c..5c53dcd 100644 --- a/recipes-tizen/location-manager/location-manager.inc +++ b/recipes-tizen/location-manager/location-manager.inc @@ -25,6 +25,7 @@ RDEPENDS_capi-${PN}-dev += "capi-location-manager" DEPENDS = "" #DEPENDS of capi-location-manager DEPENDS_append_class-native = " cmake-native" +DEPENDS_append_class-target = " cmake-native" DEPENDS += "common" DEPENDS += "dlog" diff --git a/recipes-tizen/lua/lua.inc b/recipes-tizen/lua/lua.inc index f931996..5295895 100644 --- a/recipes-tizen/lua/lua.inc +++ b/recipes-tizen/lua/lua.inc @@ -31,7 +31,9 @@ RDEPENDS_${PN}-dev += "lua" DEPENDS = "" #DEPENDS of lua DEPENDS_append_class-native = " readline-native" +DEPENDS_append_class-target = " readline-native" DEPENDS_append_class-native = " pkgconfig-native" +DEPENDS_append_class-target = " pkgconfig-native" do_prep() { cd ${S} diff --git a/recipes-tizen/notification/notification.inc b/recipes-tizen/notification/notification.inc index 709d7cf..e085432 100644 --- a/recipes-tizen/notification/notification.inc +++ b/recipes-tizen/notification/notification.inc @@ -30,6 +30,7 @@ DEPENDS = "" #DEPENDS of notification DEPENDS += "aul-1" DEPENDS_append_class-native = " cmake-native" +DEPENDS_append_class-target = " cmake-native" DEPENDS += "eina" DEPENDS += "dbus" DEPENDS += "bundle" diff --git a/recipes-tizen/pkgmgr-info/pkgmgr-info.inc b/recipes-tizen/pkgmgr-info/pkgmgr-info.inc index 4cfab94..ca3d34a 100644 --- a/recipes-tizen/pkgmgr-info/pkgmgr-info.inc +++ b/recipes-tizen/pkgmgr-info/pkgmgr-info.inc @@ -37,6 +37,7 @@ RDEPENDS_${PN}-parser-dev += "pkgmgr-info" DEPENDS = "" #DEPENDS of pkgmgr-info DEPENDS_append_class-native = " cmake-native" +DEPENDS_append_class-target = " cmake-native" DEPENDS += "libxml2" DEPENDS += "dbus" DEPENDS += "dlog" diff --git a/recipes-tizen/privacy-manager/privacy-manager.inc b/recipes-tizen/privacy-manager/privacy-manager.inc index 09b6aad..e767255 100644 --- a/recipes-tizen/privacy-manager/privacy-manager.inc +++ b/recipes-tizen/privacy-manager/privacy-manager.inc @@ -55,6 +55,7 @@ DEPENDS += "pkgmgr-info" #Replace "DEPENDS" on gettext by "inherit gettext" inherit gettext DEPENDS_append_class-native = " cmake-native" +DEPENDS_append_class-target = " cmake-native" DEPENDS += "libxml2" DEPENDS += "dbus" DEPENDS += "dlog" diff --git a/recipes-tizen/security-server/security-server.inc b/recipes-tizen/security-server/security-server.inc index 997e779..5ca3e4f 100644 --- a/recipes-tizen/security-server/security-server.inc +++ b/recipes-tizen/security-server/security-server.inc @@ -49,6 +49,7 @@ DEPENDS = "" #DEPENDS of security-server DEPENDS += "systemd" DEPENDS_append_class-native = " cmake-native" +DEPENDS_append_class-target = " cmake-native" DEPENDS += "attr" DEPENDS += "zip" DEPENDS += "openssl" diff --git a/recipes-tizen/slp-pkgmgr/slp-pkgmgr.inc b/recipes-tizen/slp-pkgmgr/slp-pkgmgr.inc index ce756ae..4d8e6ed 100644 --- a/recipes-tizen/slp-pkgmgr/slp-pkgmgr.inc +++ b/recipes-tizen/slp-pkgmgr/slp-pkgmgr.inc @@ -60,6 +60,7 @@ DEPENDS += "pkgmgr-info" inherit gettext DEPENDS += "unzip" DEPENDS_append_class-native = " cmake-native" +DEPENDS_append_class-target = " cmake-native" DEPENDS += "iniparser" DEPENDS += "dbus" DEPENDS += "security-server" diff --git a/recipes-tizen/smack/smack.inc b/recipes-tizen/smack/smack.inc index 057170b..969453b 100644 --- a/recipes-tizen/smack/smack.inc +++ b/recipes-tizen/smack/smack.inc @@ -31,8 +31,10 @@ RDEPENDS_${PN}-dev += "libsmack" DEPENDS = "" #DEPENDS of smack DEPENDS_append_class-native = " autoconf-native" +DEPENDS_append_class-target = " autoconf-native" DEPENDS += "libtool-cross" DEPENDS_append_class-native = " automake-native" +DEPENDS_append_class-target = " automake-native" do_prep() { cd ${S} diff --git a/recipes-tizen/sound-manager/sound-manager.inc b/recipes-tizen/sound-manager/sound-manager.inc index b51524b..d901ea5 100644 --- a/recipes-tizen/sound-manager/sound-manager.inc +++ b/recipes-tizen/sound-manager/sound-manager.inc @@ -26,6 +26,7 @@ DEPENDS = "" #DEPENDS of capi-media-sound-manager DEPENDS += "libmm-sound" DEPENDS_append_class-native = " cmake-native" +DEPENDS_append_class-target = " cmake-native" DEPENDS += "libmm-session" DEPENDS += "dlog" DEPENDS += "common" diff --git a/recipes-tizen/system-info/system-info.inc b/recipes-tizen/system-info/system-info.inc index 7c40395..7199f87 100644 --- a/recipes-tizen/system-info/system-info.inc +++ b/recipes-tizen/system-info/system-info.inc @@ -25,6 +25,7 @@ RDEPENDS_capi-${PN}-dev += "capi-system-info" DEPENDS = "" #DEPENDS of capi-system-info DEPENDS_append_class-native = " cmake-native" +DEPENDS_append_class-target = " cmake-native" DEPENDS += "dlog" DEPENDS += "libxml2" DEPENDS += "iniparser" diff --git a/recipes-tizen/vconf-internal-keys/vconf-internal-keys.inc b/recipes-tizen/vconf-internal-keys/vconf-internal-keys.inc index 04e633d..aa4a936 100644 --- a/recipes-tizen/vconf-internal-keys/vconf-internal-keys.inc +++ b/recipes-tizen/vconf-internal-keys/vconf-internal-keys.inc @@ -22,6 +22,7 @@ RDEPENDS = "" DEPENDS = "" #DEPENDS of vconf-internal-keys DEPENDS_append_class-native = " cmake-native" +DEPENDS_append_class-target = " cmake-native" do_prep() { cd ${S} diff --git a/recipes-tizen/vconf/vconf.inc b/recipes-tizen/vconf/vconf.inc index 076cfc7..8c7a7ec 100644 --- a/recipes-tizen/vconf/vconf.inc +++ b/recipes-tizen/vconf/vconf.inc @@ -38,6 +38,7 @@ DEPENDS = "" #DEPENDS of vconf DEPENDS += "vconf-internal-keys" DEPENDS_append_class-native = " cmake-native" +DEPENDS_append_class-target = " cmake-native" DEPENDS += "dlog" do_prep() { diff --git a/recipes-tizen/weston-common/weston-common.inc b/recipes-tizen/weston-common/weston-common.inc index 21a81e6..374c9bf 100644 --- a/recipes-tizen/weston-common/weston-common.inc +++ b/recipes-tizen/weston-common/weston-common.inc @@ -36,14 +36,17 @@ DEPENDS += "weston" DEPENDS += "libxkbcommon" DEPENDS += "cairo" DEPENDS_append_class-native = " pkgconfig-native" +DEPENDS_append_class-target = " pkgconfig-native" DEPENDS += "jpeg" DEPENDS_append_class-native = " automake-native" +DEPENDS_append_class-target = " automake-native" DEPENDS += "xz" DEPENDS += "wayland" DEPENDS += "libtool-cross" DEPENDS += "libpng" DEPENDS += "mesa" DEPENDS_append_class-native = " autoconf-native" +DEPENDS_append_class-target = " autoconf-native" DEPENDS += "vconf" DEPENDS += "pixman" diff --git a/recipes-tizen/xdgmime/xdgmime.inc b/recipes-tizen/xdgmime/xdgmime.inc index 368d04c..afcda54 100644 --- a/recipes-tizen/xdgmime/xdgmime.inc +++ b/recipes-tizen/xdgmime/xdgmime.inc @@ -25,6 +25,7 @@ RDEPENDS_${PN}-dev += "xdgmime" DEPENDS = "" #DEPENDS of xdgmime DEPENDS_append_class-native = " cmake-native" +DEPENDS_append_class-target = " cmake-native" do_prep() { cd ${S} -- 2.7.4