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:
parent
fe33b6fd47
commit
8752516784
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user