diff mbox

[1/2] manual: prerequisite.txt: add texinfo to the mandatory package list

Message ID 1353046413-3015-1-git-send-email-s.martin49@gmail.com
State Accepted
Commit c7ece205fae5070b2ddaddf60ee73357ce4ad2bf
Headers show

Commit Message

Samuel Martin Nov. 16, 2012, 6:13 a.m. UTC
Using the internal Buildroot toolchain backend, makeinfo, whom belongs to
the texinfo package, is required to build gcc and gdb.

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
---
 docs/manual/prerequisite.txt | 1 +
 1 file changed, 1 insertion(+)

Comments

Peter Korsgaard Nov. 16, 2012, 7:44 a.m. UTC | #1
>>>>> "Samuel" == Samuel Martin <s.martin49@gmail.com> writes:

 Samuel> Using the internal Buildroot toolchain backend, makeinfo, whom
 Samuel> belongs to the texinfo package, is required to build gcc and
 Samuel> gdb.

Committed both, thanks.
diff mbox

Patch

diff --git a/docs/manual/prerequisite.txt b/docs/manual/prerequisite.txt
index 693347b..31d437d 100644
--- a/docs/manual/prerequisite.txt
+++ b/docs/manual/prerequisite.txt
@@ -42,6 +42,7 @@  Mandatory packages
 ** +python+ (version 2.6 or 2.7)
 ** +unzip+
 ** +rsync+
+** +texinfo+ (required for internal Buildroot toolchain backend)
 
 * Source fetching tools:
 ** +wget+