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>
This commit is contained in:
Thomas Petazzoni 2014-05-17 10:52:51 +02:00 committed by Peter Korsgaard
parent fe33b6fd47
commit 8752516784

View File

@ -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