summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>2015-09-09 15:53:49 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-09-20 14:57:02 +0200
commitf3e99991591c6356df8d55a794ed64fd20154654 (patch)
treeda5275f2e804797030c4a0ad0d0f8c2117ec7c22 /package
parent890c9e761b70f28c2f2d6c4cf389e418c6d2b32c (diff)
downloadbuildroot-f3e99991591c6356df8d55a794ed64fd20154654.tar.gz
buildroot-f3e99991591c6356df8d55a794ed64fd20154654.zip
binutils: remove unnecessary host-texinfo dependency
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> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package')
-rw-r--r--package/binutils/binutils.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/binutils/binutils.mk b/package/binutils/binutils.mk
index 535c019567..2074fae1c9 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,
OpenPOWER on IntegriCloud