Explicitly add dependencies for the target build 79/24579/1
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Wed, 16 Jul 2014 15:27:06 +0000 (17:27 +0200)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Wed, 16 Jul 2014 15:27:06 +0000 (17:27 +0200)
This prevents ail build from failing. It is not clear why explicit
dependencies to libslp-db-util and xdgmime are required for the target
build since those dependencies are already present in the recipe (for
both native and target builds).
This issue is similar to the one with vconf: BTY-14.

Change-Id: I703f9f4570bcb49a25801999c26ed843c146093b
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
recipes-tizen/ail/ail-extraconf.inc

index 52bfd0d..a4a2cc1 100644 (file)
@@ -5,4 +5,6 @@ SRC_URI_append_class-native = " file://remove-dlog-for-native-build.patch"
 RDEPENDS_${PN}_remove_class-native = "systemd-native"
 DEPENDS_remove_class-native = "dlog-native"
 
-DEPENDS_class-target += " ail-native"
+DEPENDS_class-target += "ail-native"
+DEPENDS_class-target += "libslp-db-util"
+DEPENDS_class-target += "xdgmime"