diff options
author | Mischa Jonker <mischa.jonker@synopsys.com> | 2013-11-11 14:58:12 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2013-11-11 15:06:34 +0100 |
commit | b3766198db3a0f52db8e8ea53edb9321a33efe34 (patch) | |
tree | c503ff873f876398207f881ff324b07f53a7229e /docs/manual | |
parent | 6820059edcfe6991830aa7d82db59689d0504019 (diff) | |
download | buildroot-b3766198db3a0f52db8e8ea53edb9321a33efe34.tar.gz buildroot-b3766198db3a0f52db8e8ea53edb9321a33efe34.zip |
docs/manual: Add version number to perl in prerequisites
Building host-bison needs perl 5.8.7+, as it uses the "-f" option
for site customization scripts. This feature was added in 5.8.7.
Signed-off-by: Mischa Jonker <mjonker@synopsys.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/prerequisite.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/prerequisite.txt b/docs/manual/prerequisite.txt index 729d64c04e..adc23eec51 100644 --- a/docs/manual/prerequisite.txt +++ b/docs/manual/prerequisite.txt @@ -33,7 +33,7 @@ Mandatory packages ** +patch+ ** +gzip+ ** +bzip2+ -** +perl+ +** +perl+ (version 5.8.7 or any later) ** +tar+ ** +cpio+ ** +python+ (version 2.6 or 2.7) |