[Buildroot] [PATCH v3 1/3] gdb: get rid of host-texinfo dependency

Peter Korsgaard peter at korsgaard.com
Fri Oct 14 18:09:06 UTC 2016


>>>>> "Thomas" == Thomas De Schampheleire <patrickdepinguin at gmail.com> writes:

 > From: Thomas De Schampheleire <thomas.de.schampheleire at gmail.com>
 > The host-texinfo dependency in gdb/host-gdb was added because gdb insisted
 > in building info documentation in recent versions, and we want to avoid
 > 'makeinfo' to be present on the build system.

 > However, there is another solution that does not require actually building
 > host-texinfo: instruct the makefiles to use a dummy makeinfo command
 > ('true').

 > Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire at gmail.com>
 > ---
 >  package/gdb/gdb.mk | 11 +++++------
 >  1 file changed, 5 insertions(+), 6 deletions(-)

 > v2: use INSTALL_TARGET_OPTS for target packages iso INSTALL_OPTS
 > (INSTALL_STAGING_OPTS not needed: INSTALL_STAGING != YES)
 > v3: fix INSTALL_TARGET_OPTS to include the actual 'install' make target

As Thomas already applied your earlier version, I've instead added a
patch to add back the 'install'.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list