* [Buildroot] [PATCH] binutils: remove unnecessary host-texinfo dependency
@ 2015-09-09 14:53 Vicente Olivert Riera
2015-09-20 12:58 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Vicente Olivert Riera @ 2015-09-09 14:53 UTC (permalink / raw)
To: buildroot
host-texinfo dependency was only necessary when building the git version
of binutils, however, this upstream commit allows binutils to build
without makeinfo (a binary provided by host-texinfo)...
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commit;h=bba33ab1e0f7d2ebd8f8435f92ed12e2a3c558a4
...so we can safely remove the host-texinfo dependency.
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
package/binutils/binutils.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/binutils/binutils.mk b/package/binutils/binutils.mk
index 535c019..2074fae 100644
--- a/package/binutils/binutils.mk
+++ b/package/binutils/binutils.mk
@@ -30,8 +30,8 @@ BINUTILS_LICENSE = GPLv3+, libiberty LGPLv2.1+
BINUTILS_LICENSE_FILES = COPYING3 COPYING.LIB
ifeq ($(BINUTILS_FROM_GIT),y)
-BINUTILS_DEPENDENCIES += host-texinfo host-flex host-bison
-HOST_BINUTILS_DEPENDENCIES += host-texinfo host-flex host-bison
+BINUTILS_DEPENDENCIES += host-flex host-bison
+HOST_BINUTILS_DEPENDENCIES += host-flex host-bison
endif
# When binutils sources are fetched from the binutils-gdb repository,
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] binutils: remove unnecessary host-texinfo dependency
2015-09-09 14:53 [Buildroot] [PATCH] binutils: remove unnecessary host-texinfo dependency Vicente Olivert Riera
@ 2015-09-20 12:58 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2015-09-20 12:58 UTC (permalink / raw)
To: buildroot
Dear Vicente Olivert Riera,
On Wed, 9 Sep 2015 15:53:49 +0100, Vicente Olivert Riera wrote:
> host-texinfo dependency was only necessary when building the git version
> of binutils, however, this upstream commit allows binutils to build
> without makeinfo (a binary provided by host-texinfo)...
>
> https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commit;h=bba33ab1e0f7d2ebd8f8435f92ed12e2a3c558a4
>
> ...so we can safely remove the host-texinfo dependency.
>
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
> ---
> package/binutils/binutils.mk | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
Applied, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-09-20 12:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-09 14:53 [Buildroot] [PATCH] binutils: remove unnecessary host-texinfo dependency Vicente Olivert Riera
2015-09-20 12:58 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox