ail: explicitly add dependencies 28/25028/2
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Fri, 25 Jul 2014 12:40:23 +0000 (14:40 +0200)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Fri, 25 Jul 2014 13:32:29 +0000 (15:32 +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.

This commit is linked to commit
0057842c1783a4eda1b507dbea6e82223bda7048.

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

index a4a2cc1..26878a2 100644 (file)
@@ -8,3 +8,4 @@ DEPENDS_remove_class-native = "dlog-native"
 DEPENDS_class-target += "ail-native"
 DEPENDS_class-target += "libslp-db-util"
 DEPENDS_class-target += "xdgmime"
+DEPENDS_class-target += "vconf"