From: Thomas Petazzoni Date: Sat, 17 May 2014 08:52:51 +0000 (+0200) Subject: elfutils: propagate architecture dependency to comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8752516784112e4ccf67115b3ac9bcac79c2433a;p=buildroot.git 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 --- 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