Explicitly add a dependency to glib-2.0 76/24576/1
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Wed, 16 Jul 2014 14:41:28 +0000 (16:41 +0200)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Wed, 16 Jul 2014 14:45:46 +0000 (16:45 +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).

Bug-Tizen: BTY-14
Change-Id: I62c87e65c6129cca8a3acffa503df3fce1b88df6
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
recipes-tizen/vconf/vconf-extraconf.inc

index 0ec3421..2d3efb0 100644 (file)
@@ -4,6 +4,7 @@ RDEPENDS_${PN}_remove_class-native = "eglibc-native"
 RDEPENDS_${PN}_remove_class-native = "systemd-native"
 DEPENDS_remove_class-native = "dlog-native"
 
+DEPENDS_class-target += "glib-2.0"
 DEPENDS_class-target += "vconf-native"
 
 do_install_append_class-native() {