diff options
author | Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> | 2014-12-19 08:12:33 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-12-20 15:55:54 +0100 |
commit | 3b1df656097b497844b02fdc58711b1a6b35ca8c (patch) | |
tree | 2b4c2a4be9f9e4753a30e19cc83bda575cf8340a /docs/manual/adding-packages-directory.txt | |
parent | c83604316aabbfdde3a5ca215d141cb399a67b56 (diff) | |
download | buildroot-3b1df656097b497844b02fdc58711b1a6b35ca8c.tar.gz buildroot-3b1df656097b497844b02fdc58711b1a6b35ca8c.zip |
manual: remove the extra whitespaces
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/manual/adding-packages-directory.txt')
-rw-r--r-- | docs/manual/adding-packages-directory.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/adding-packages-directory.txt b/docs/manual/adding-packages-directory.txt index de03271cd0..8a88282aa1 100644 --- a/docs/manual/adding-packages-directory.txt +++ b/docs/manual/adding-packages-directory.txt @@ -134,7 +134,7 @@ config BR2_PACKAGE_E so it will not select +Package A+. * Since +Package B+ is selected but +Package A+ is not, this violates - the dependency of +Package B+ on +Package A+. Therefore, in such a + the dependency of +Package B+ on +Package A+. Therefore, in such a situation, the transitive dependency has to be added explicitly: -------------------------- @@ -336,7 +336,7 @@ different way, using different infrastructures: compilation and installation of the package. This infrastructure must be used for all packages that do not use the autotools as their build system. In the future, other specialized - infrastructures might be written for other build systems. We cover + infrastructures might be written for other build systems. We cover them through in a xref:generic-package-tutorial[tutorial] and a xref:generic-package-reference[reference]. |