mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
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"
|
comment "elfutils needs a toolchain w/ largefile, wchar"
|
||||||
|
depends on !BR2_avr32
|
||||||
depends on !BR2_LARGEFILE || !BR2_USE_WCHAR
|
depends on !BR2_LARGEFILE || !BR2_USE_WCHAR
|
||||||
|
|
||||||
config BR2_PACKAGE_ELFUTILS
|
config BR2_PACKAGE_ELFUTILS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user