From 8752516784112e4ccf67115b3ac9bcac79c2433a Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sat, 17 May 2014 10:52:51 +0200 Subject: [PATCH] elfutils: propagate architecture dependency to comment elfutils depends on !BR2_avr32, but this dependency was not properly propagated to the comment about toolchain options. This commit fixes that. Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- package/elfutils/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/elfutils/Config.in b/package/elfutils/Config.in index 588c29df98..6025a74c02 100644 --- a/package/elfutils/Config.in +++ b/package/elfutils/Config.in @@ -1,4 +1,5 @@ comment "elfutils needs a toolchain w/ largefile, wchar" + depends on !BR2_avr32 depends on !BR2_LARGEFILE || !BR2_USE_WCHAR config BR2_PACKAGE_ELFUTILS