summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>2014-10-16 10:44:34 +0200
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>2014-10-16 10:47:46 +0200
commitfe3686d1df8b5fe1b36db19459ff77a934535945 (patch)
treecf8da28379fd0d14c3d31aef0da147102d6796a2
parentb5afe886abba3fec39bfbc63cc7d6733366cdb22 (diff)
downloadmeta-tizen-fe3686d1df8b5fe1b36db19459ff77a934535945.tar.gz
meta-tizen-fe3686d1df8b5fe1b36db19459ff77a934535945.tar.bz2
meta-tizen-fe3686d1df8b5fe1b36db19459ff77a934535945.zip
tdb: depends on python
Change-Id: I5160cd0a61ca561ddf6c7ea7f8c7f64271edfcb3 Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
-rw-r--r--recipes-tizen/tdb/tdb-extraconf.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-tizen/tdb/tdb-extraconf.inc b/recipes-tizen/tdb/tdb-extraconf.inc
index 5682d6b7..fbae4241 100644
--- a/recipes-tizen/tdb/tdb-extraconf.inc
+++ b/recipes-tizen/tdb/tdb-extraconf.inc
@@ -1,3 +1,5 @@
+DEPENDS += "python"
+
do_configure_append() {
export BUILD_SYS=${BUILD_SYS}
export HOST_SYS=${HOST_SYS}