Commit 7ebdace8 authored by Vicente Olivert Riera's avatar Vicente Olivert Riera Committed by Thomas Petazzoni
Browse files

package/texinfo: remove package

Having checked that binutils doesn't need to depend on host-texinfo...

  http://patchwork.ozlabs.org/patch/515914/

...and having fixed gdb to not build the documentation...

  http://patchwork.ozlabs.org/patch/515821/



...we can now safely remove this host package since there aren't any
packages depending on it.

Signed-off-by: default avatarVicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent f3e99991
Loading
Loading
Loading
Loading

package/texinfo/texinfo.hash

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
# Locally calculated after checking pgp signature
sha256	1303e91a1c752b69a32666a407e9fbdd6e936def4b09bc7de30f416301530d68	texinfo-4.13a.tar.gz

package/texinfo/texinfo.mk

deleted100644 → 0
+0 −17
Original line number Diff line number Diff line
################################################################################
#
# texinfo
#
################################################################################

# We are intentionally not using the latest version 5.x, because it
# causes issues with the documentation building process when creating
# a toolchain with the Crosstool-NG backend.

TEXINFO_VERSION = 4.13a
TEXINFO_SITE = $(BR2_GNU_MIRROR)/texinfo
TEXINFO_LICENSE = GPLv3+
TEXINFO_LICENSE_FILES = COPYING
TEXINFO_DEPENDENCIES = ncurses

$(eval $(host-autotools-package))