diff options
author | Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> | 2016-10-11 14:02:34 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-10-14 19:40:19 +0200 |
commit | 8e327d4c69720fb215c547de788e65cb211a9978 (patch) | |
tree | 58b12214e80388a9b851e4d667b3e376a11e6a8d | |
parent | a4ebc1c1de6d2bb9090cd99253a3e84dff9d87e4 (diff) | |
download | buildroot-8e327d4c69720fb215c547de788e65cb211a9978.tar.gz buildroot-8e327d4c69720fb215c547de788e65cb211a9978.zip |
Revert "texinfo: new host package"
This reverts commit ea161cf6891c3a3a601dfce072f68ee4aed08d21.
The host-texinfo dependency is no longer used by any package, after using
another solution to the problem that required its introduction in the first
place.
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Reviewed-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/texinfo/texinfo.hash | 2 | ||||
-rw-r--r-- | package/texinfo/texinfo.mk | 13 |
2 files changed, 0 insertions, 15 deletions
diff --git a/package/texinfo/texinfo.hash b/package/texinfo/texinfo.hash deleted file mode 100644 index 4bdf34357c..0000000000 --- a/package/texinfo/texinfo.hash +++ /dev/null @@ -1,2 +0,0 @@ -# Locally calculated -sha256 ac68394ce21b2420ba7ed7cec65d84aacf308cc88e9bf4716fcfff88286883d2 texinfo-6.1.tar.xz diff --git a/package/texinfo/texinfo.mk b/package/texinfo/texinfo.mk deleted file mode 100644 index ebd0b48877..0000000000 --- a/package/texinfo/texinfo.mk +++ /dev/null @@ -1,13 +0,0 @@ -################################################################################ -# -# 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)) |