elfutils: propagate architecture dependency to comment
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 17 May 2014 08:52:51 +0000 (10:52 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 17 May 2014 09:35:23 +0000 (11:35 +0200)
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>
package/elfutils/Config.in

index 588c29df98892b57eddc7a322eaf704787d75bb2..6025a74c02670d5a54c2fcbe9357ab9872ac52a4 100644 (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