From 9d40be41c9b82e6f1537edf6faced2a349995499 Mon Sep 17 00:00:00 2001 From: =?utf8?q?K=C3=A9vin=20THIERRY?= Date: Fri, 25 Jul 2014 14:37:54 +0200 Subject: [PATCH] meta-tizen: vconf: explicitly add dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This prevents vconf build from failing. It is not clear why an explicit dependency to glib-2.0 is required for the target build since it this dependency is already present in the recipe (for both native and target builds). This commit is linked to commit c0da18eab9765139f6b44f10ea926e7c2a87ebe2. Bug-Tizen: BTY-14 Change-Id: Iacada33b12137a319021a771fce00a04d6899c17 (From meta-tizen rev: 07153672d653d8dadc86caa5d44a87772eec6184) Signed-off-by: Kévin THIERRY Signed-off-by: Patrick Ohly --- meta-tizen/recipes-tizen/vconf/vconf-extraconf.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-tizen/recipes-tizen/vconf/vconf-extraconf.inc b/meta-tizen/recipes-tizen/vconf/vconf-extraconf.inc index 2d3efb0..a093a56 100644 --- a/meta-tizen/recipes-tizen/vconf/vconf-extraconf.inc +++ b/meta-tizen/recipes-tizen/vconf/vconf-extraconf.inc @@ -6,6 +6,8 @@ DEPENDS_remove_class-native = "dlog-native" DEPENDS_class-target += "glib-2.0" DEPENDS_class-target += "vconf-native" +DEPENDS_class-target += "vconf-internal-keys" +DEPENDS_class-target += "dlog" do_install_append_class-native() { sed -i "s@source /etc/tizen-platform.conf@source ${sysconfdir}/tizen-platform.conf@g" ${D}${prefix}/bin/vconf-init -- 2.7.4