[Buildroot] [PATCH] ecryptfs-utils: add a dependencies comment

Baruch Siach baruch at tkos.co.il
Wed Nov 27 05:37:53 UTC 2013


Signed-off-by: Baruch Siach <baruch at tkos.co.il>
---
 package/ecryptfs-utils/Config.in | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/package/ecryptfs-utils/Config.in b/package/ecryptfs-utils/Config.in
index 4d00069..5c39013 100644
--- a/package/ecryptfs-utils/Config.in
+++ b/package/ecryptfs-utils/Config.in
@@ -21,3 +21,8 @@ config BR2_PACKAGE_ECRYPTFS_UTILS
 	  for another method.
 
 	  http://ecryptfs.org
+
+comment "ecryptfs-utils needs a toolchain w/ largefile, threads"
+	depends on !BR2_avr32 && !BR2_microblaze && !BR2_arc && !BR2_xtensa
+	depends on BR2_USE_MMU
+	depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
-- 
1.8.4.3



More information about the buildroot mailing list