diff mbox

elfutils: propagate architecture dependency to comment

Message ID 1400316771-25226-1-git-send-email-thomas.petazzoni@free-electrons.com
State Accepted
Commit 8752516784112e4ccf67115b3ac9bcac79c2433a
Headers show

Commit Message

Thomas Petazzoni May 17, 2014, 8:52 a.m. UTC
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>
---
 package/elfutils/Config.in | 1 +
 1 file changed, 1 insertion(+)

Comments

Peter Korsgaard May 17, 2014, 9:35 a.m. UTC | #1
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

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

Committed, thanks.
diff mbox

Patch

diff --git a/package/elfutils/Config.in b/package/elfutils/Config.in
index 588c29d..6025a74 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