From: Thomas Petazzoni Date: Tue, 5 Jul 2016 09:46:58 +0000 (+0200) Subject: gdb: add dependency on host-flex and host-bison for Git versions X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c30bd14901e35303bfaeba65441d8bfadd206abf;p=buildroot.git gdb: add dependency on host-flex and host-bison for Git versions gdb versions fetched from git (such as the ARC version) will not build with host-flex and host-bison. Signed-off-by: Thomas Petazzoni Reviewed-by: Romain Naour Signed-off-by: Thomas Petazzoni --- diff --git a/package/gdb/gdb.mk b/package/gdb/gdb.mk index c9c6bd1958..6d70955de0 100644 --- a/package/gdb/gdb.mk +++ b/package/gdb/gdb.mk @@ -49,8 +49,8 @@ HOST_GDB_PRE_PATCH_HOOKS += GDB_XTENSA_PRE_PATCH endif ifeq ($(GDB_FROM_GIT),y) -GDB_DEPENDENCIES += host-texinfo -HOST_GDB_DEPENDENCIES += host-texinfo +GDB_DEPENDENCIES += host-texinfo host-flex host-bison +HOST_GDB_DEPENDENCIES += host-texinfo host-flex host-bison endif # When gdb sources are fetched from the binutils-gdb repository, they