summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonan Le Martret <ronan@fridu.net>2014-12-05 14:17:50 +0100
committerPatrick Ohly <patrick.ohly@intel.com>2015-01-09 09:23:45 -0800
commitad3e047a78a942be126a7090015b5205501d7afc (patch)
treeb9f67ed2d793855a4f4b688822b22b6e0852beaa
parentcd729b3273b73ff46df2ec2c36f8ea28463025ca (diff)
downloadtizen-distro-ad3e047a78a942be126a7090015b5205501d7afc.tar.gz
tizen-distro-ad3e047a78a942be126a7090015b5205501d7afc.tar.bz2
tizen-distro-ad3e047a78a942be126a7090015b5205501d7afc.zip
meta-tizen: Fix ecryptfs-utils
Change-Id: I2c9334bf7b05091d7850deef901f621147cac955 (From meta-tizen rev: fe098493fad6f4f7b1e779f48a3b62dca96e0b24) Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
-rw-r--r--meta-tizen/meta-tizen-ivi/recipes-support-ivi/ecryptfs-utils/ecryptfs-utils-extraconf.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-tizen/meta-tizen-ivi/recipes-support-ivi/ecryptfs-utils/ecryptfs-utils-extraconf.inc b/meta-tizen/meta-tizen-ivi/recipes-support-ivi/ecryptfs-utils/ecryptfs-utils-extraconf.inc
index 281ea587da..81507114b0 100644
--- a/meta-tizen/meta-tizen-ivi/recipes-support-ivi/ecryptfs-utils/ecryptfs-utils-extraconf.inc
+++ b/meta-tizen/meta-tizen-ivi/recipes-support-ivi/ecryptfs-utils/ecryptfs-utils-extraconf.inc
@@ -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"