From: Kévin THIERRY Date: Fri, 25 Jul 2014 12:37:54 +0000 (+0200) Subject: vconf: explicitly add dependencies X-Git-Tag: rev_0.1~21^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F27%2F25027%2F2;p=scm%2Fbb%2Fmeta-tizen.git vconf: explicitly add dependencies 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 Signed-off-by: Kévin THIERRY --- diff --git a/recipes-tizen/vconf/vconf-extraconf.inc b/recipes-tizen/vconf/vconf-extraconf.inc index 2d3efb0..a093a56 100644 --- a/recipes-tizen/vconf/vconf-extraconf.inc +++ b/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