mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 07:06:36 +00:00
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>
This commit is contained in:
parent
890c9e761b
commit
f3e9999159
@ -30,8 +30,8 @@ BINUTILS_LICENSE = GPLv3+, libiberty LGPLv2.1+
|
|||||||
BINUTILS_LICENSE_FILES = COPYING3 COPYING.LIB
|
BINUTILS_LICENSE_FILES = COPYING3 COPYING.LIB
|
||||||
|
|
||||||
ifeq ($(BINUTILS_FROM_GIT),y)
|
ifeq ($(BINUTILS_FROM_GIT),y)
|
||||||
BINUTILS_DEPENDENCIES += host-texinfo host-flex host-bison
|
BINUTILS_DEPENDENCIES += host-flex host-bison
|
||||||
HOST_BINUTILS_DEPENDENCIES += host-texinfo host-flex host-bison
|
HOST_BINUTILS_DEPENDENCIES += host-flex host-bison
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# When binutils sources are fetched from the binutils-gdb repository,
|
# When binutils sources are fetched from the binutils-gdb repository,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user