summaryrefslogtreecommitdiff
path: root/package/elfutils
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-05-17 10:52:51 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-05-17 11:35:23 +0200
commit8752516784112e4ccf67115b3ac9bcac79c2433a (patch)
treeff249f4687aa0373eb1d59770d075252174ad38b /package/elfutils
parentfe33b6fd47651d609e3a6152193170e017db8677 (diff)
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 <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/elfutils')
-rw-r--r--package/elfutils/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/elfutils/Config.in b/package/elfutils/Config.in
index 588c29df9..6025a74c0 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