Fix ecryptfs-utils
authorRonan Le Martret <ronan@fridu.net>
Fri, 5 Dec 2014 13:17:50 +0000 (14:17 +0100)
committerRonan Le Martret <ronan@fridu.net>
Fri, 5 Dec 2014 13:17:50 +0000 (14:17 +0100)
Change-Id: I2c9334bf7b05091d7850deef901f621147cac955

meta-tizen-ivi/recipes-support-ivi/ecryptfs-utils/ecryptfs-utils-extraconf.inc

index 281ea58..8150711 100644 (file)
@@ -1,3 +1,5 @@
+DEPENDS += "python"
+
 do_configure_prepend() {
     # Remove unknown macro in configure.ac
     sed -i 's@^AM_GLIB_GNU_GETTEXT@@' configure.ac
@@ -10,6 +12,7 @@ do_compile_prepend() {
     export STAGING_INCDIR=${STAGING_INCDIR}
 }
 
+
 # Bypass a QA issue regarding symnlinks.
 # A better solution would be to  create a libecryptfs-python-dev package containing the symlinks.
 INSANE_SKIP_libecryptfs-python = "dev-so"