vconf: explicitly add dependencies 27/25027/2
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Fri, 25 Jul 2014 12:37:54 +0000 (14:37 +0200)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Fri, 25 Jul 2014 13:32:29 +0000 (15:32 +0200)
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 <kevin.thierry@open.eurogiciel.org>
recipes-tizen/vconf/vconf-extraconf.inc

index 2d3efb0..a093a56 100644 (file)
@@ -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