diff options
author | Maxime Hadjinlian <maxime.hadjinlian@gmail.com> | 2014-11-15 17:29:21 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-11-22 20:13:43 +0100 |
commit | 9d918e11dccaeecdfc7700ea392d739ec0b66772 (patch) | |
tree | 042a2f90219ec96fdad26b586a43c924d08c5daf /docs | |
parent | 0514265b73a513cd1f461e2a489e82ebec373923 (diff) | |
download | buildroot-9d918e11dccaeecdfc7700ea392d739ec0b66772.tar.gz buildroot-9d918e11dccaeecdfc7700ea392d739ec0b66772.zip |
manual: Add newline before block code
This won't change the output, it's only a style issue.
Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/adding-packages-directory.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/manual/adding-packages-directory.txt b/docs/manual/adding-packages-directory.txt index c145829fcb..0ea03f9153 100644 --- a/docs/manual/adding-packages-directory.txt +++ b/docs/manual/adding-packages-directory.txt @@ -191,15 +191,19 @@ construct rather than repeating the +depends on+ statement on the comment and other config options. The general format of a dependency +comment+ for package foo is: + -------------------------- foo needs a toolchain w/ featA, featB, featC -------------------------- for example: + -------------------------- aircrack-ng needs a toolchain w/ largefile, threads -------------------------- + or + -------------------------- crda needs a toolchain w/ threads -------------------------- @@ -283,6 +287,7 @@ foo needs a Linux kernel to be built If there is a dependency on both toolchain options and the Linux kernel, use this format: + -------------------------- foo needs a toolchain w/ featA, featB, featC and a Linux kernel to be built -------------------------- |