diff options
author | 2013-06-21 09:03:28 +0300 | |
---|---|---|
committer | 2013-06-21 09:08:48 +0300 | |
commit | 44f3e1f15a6798e22f3b7c6623913e26c43d0763 (patch) | |
tree | e077859f384100d53e480282fddaccbdd2020f76 | |
parent | 7a6be6eb5aa091312f41064cd70b722f49208c22 (diff) | |
download | meta-ivi-44f3e1f15a6798e22f3b7c6623913e26c43d0763.tar.gz meta-ivi-44f3e1f15a6798e22f3b7c6623913e26c43d0763.tar.bz2 meta-ivi-44f3e1f15a6798e22f3b7c6623913e26c43d0763.zip |
ecryptfs-utils: Add --sbindir=/sbin to configure options
This would fix the failure when mounting ecryptfs drive
as it would be looking for mount.ecryptfs in /usr/sbin.
This configure option ensures mount.ecryptfs and friends
are available in /usr.
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
-rw-r--r-- | recipes-support-ivi/ecryptfs-utils/ecryptfs-utils_100.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-support-ivi/ecryptfs-utils/ecryptfs-utils_100.bb b/recipes-support-ivi/ecryptfs-utils/ecryptfs-utils_100.bb index e23f32c..2cb9936 100644 --- a/recipes-support-ivi/ecryptfs-utils/ecryptfs-utils_100.bb +++ b/recipes-support-ivi/ecryptfs-utils/ecryptfs-utils_100.bb @@ -19,7 +19,7 @@ inherit autotools systemd SYSTEMD_SERVICE = "ecryptfs.service" -EXTRA_OECONF += "--disable-nss --disable-pywrap --enable-openssl --prefix=/ --datarootdir=/usr/share" +EXTRA_OECONF += "--disable-nss --disable-pywrap --enable-openssl --prefix=/ --sbindir=/sbin --datarootdir=/usr/share" EXTRA_OEMAKE += "'CFLAGS+= -lgcrypt '" FILES_${PN} += " \ |