mirror of
https://git.busybox.net/buildroot.git
synced 2025-01-24 21:33:24 +08:00
texinfo: new host package
We have tried multiple solutions to solve the "makeinfo" problem in binutils and gdb, without finding anything really convincing. So it seems like the easiest solution is to add a texinfo host package, and use it as a dependency of binutils/gdb when they are fetched from Git. This commit introduces just the host-texinfo package. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
999d4a2631
commit
ea161cf689
2
package/texinfo/texinfo.hash
Normal file
2
package/texinfo/texinfo.hash
Normal file
@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 ac68394ce21b2420ba7ed7cec65d84aacf308cc88e9bf4716fcfff88286883d2 texinfo-6.1.tar.xz
|
13
package/texinfo/texinfo.mk
Normal file
13
package/texinfo/texinfo.mk
Normal file
@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# texinfo
|
||||
#
|
||||
################################################################################
|
||||
|
||||
TEXINFO_VERSION = 6.1
|
||||
TEXINFO_SITE = $(BR2_GNU_MIRROR)/texinfo
|
||||
TEXINFO_SOURCE = texinfo-$(TEXINFO_VERSION).tar.xz
|
||||
TEXINFO_LICENSE = GPLv3+
|
||||
TEXINFO_LICENSE_FILES = COPYING
|
||||
|
||||
$(eval $(host-autotools-package))
|
Loading…
Reference in New Issue
Block a user