[Buildroot] [PATCH 2/2] package/keyutils: disable on avr32

Yann E. MORIN yann.morin.1998 at free.fr
Tue Dec 25 18:11:30 UTC 2012


keyutils does not build on avr32 (probably
because the toolchain is way too old).

Fixes:
    http://autobuild.buildroot.net/results/aa86f6a68f5d0ea4914ab259ed270615bc9d6a99/

Merry X-Mas!

Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
---
 package/keyutils/Config.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/keyutils/Config.in b/package/keyutils/Config.in
index 9b5a24b..f77eb52 100644
--- a/package/keyutils/Config.in
+++ b/package/keyutils/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_KEYUTILS
 	bool "keyutils"
+	depends on !BR2_avr32
 	help
 	  These tools are used to control the key management system
 	  built into the Linux kernel.
-- 
1.7.2.5




More information about the buildroot mailing list