lightning: Build without binutils dependency

GNU lightning can link to binutils to benefit from the built-in
disassembler. We do not want this dependency right now and just
disable it.
This commit is contained in:
Holger Hans Peter Freyther 2014-11-19 16:20:21 +01:00
parent 3f165fa232
commit 73bf175225
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ S = "${WORKDIR}/git"
PR = "r3"
EXTRA_OECONF = "--disable-disassembler"
inherit autotools