All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] docs/manual: fix typo
@ 2020-08-22 19:20 Fabrice Fontaine
  2020-08-23 13:20 ` Yann E. MORIN
  2020-08-28 17:02 ` Peter Korsgaard
  0 siblings, 2 replies; 5+ messages in thread
From: Fabrice Fontaine @ 2020-08-22 19:20 UTC (permalink / raw)
  To: buildroot

depednencies -> dependencies

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 docs/manual/adding-packages-qmake.txt | 2 +-
 docs/manual/adding-packages-waf.txt   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/manual/adding-packages-qmake.txt b/docs/manual/adding-packages-qmake.txt
index 8d26023904..e1621e914e 100644
--- a/docs/manual/adding-packages-qmake.txt
+++ b/docs/manual/adding-packages-qmake.txt
@@ -34,7 +34,7 @@ will automatically download the tarball from this location.
 
 On line 10, we tell Buildroot what options to enable for libfoo.
 
-On line 11, we tell Buildroot the depednencies of libfoo.
+On line 11, we tell Buildroot the dependencies of libfoo.
 
 Finally, on line line 13, we invoke the +qmake-package+
 macro that generates all the Makefile rules that actually allows the
diff --git a/docs/manual/adding-packages-waf.txt b/docs/manual/adding-packages-waf.txt
index ffc004c290..101cddf1f1 100644
--- a/docs/manual/adding-packages-waf.txt
+++ b/docs/manual/adding-packages-waf.txt
@@ -34,7 +34,7 @@ will automatically download the tarball from this location.
 
 On line 10, we tell Buildroot what options to enable for libfoo.
 
-On line 11, we tell Buildroot the depednencies of libfoo.
+On line 11, we tell Buildroot the dependencies of libfoo.
 
 Finally, on line line 13, we invoke the +waf-package+
 macro that generates all the Makefile rules that actually allows the
-- 
2.28.0

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH 1/1] docs/manual: fix typo
  2020-08-22 19:20 [Buildroot] [PATCH 1/1] docs/manual: fix typo Fabrice Fontaine
@ 2020-08-23 13:20 ` Yann E. MORIN
  2020-08-28 17:02 ` Peter Korsgaard
  1 sibling, 0 replies; 5+ messages in thread
From: Yann E. MORIN @ 2020-08-23 13:20 UTC (permalink / raw)
  To: buildroot

Fabrice, all,

On 2020-08-22 21:20 +0200, Fabrice Fontaine spake thusly:
> depednencies -> dependencies
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  docs/manual/adding-packages-qmake.txt | 2 +-
>  docs/manual/adding-packages-waf.txt   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/docs/manual/adding-packages-qmake.txt b/docs/manual/adding-packages-qmake.txt
> index 8d26023904..e1621e914e 100644
> --- a/docs/manual/adding-packages-qmake.txt
> +++ b/docs/manual/adding-packages-qmake.txt
> @@ -34,7 +34,7 @@ will automatically download the tarball from this location.
>  
>  On line 10, we tell Buildroot what options to enable for libfoo.
>  
> -On line 11, we tell Buildroot the depednencies of libfoo.
> +On line 11, we tell Buildroot the dependencies of libfoo.
>  
>  Finally, on line line 13, we invoke the +qmake-package+
>  macro that generates all the Makefile rules that actually allows the
> diff --git a/docs/manual/adding-packages-waf.txt b/docs/manual/adding-packages-waf.txt
> index ffc004c290..101cddf1f1 100644
> --- a/docs/manual/adding-packages-waf.txt
> +++ b/docs/manual/adding-packages-waf.txt
> @@ -34,7 +34,7 @@ will automatically download the tarball from this location.
>  
>  On line 10, we tell Buildroot what options to enable for libfoo.
>  
> -On line 11, we tell Buildroot the depednencies of libfoo.
> +On line 11, we tell Buildroot the dependencies of libfoo.
>  
>  Finally, on line line 13, we invoke the +waf-package+
>  macro that generates all the Makefile rules that actually allows the
> -- 
> 2.28.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH 1/1] docs/manual: fix typo
  2020-08-22 19:20 [Buildroot] [PATCH 1/1] docs/manual: fix typo Fabrice Fontaine
  2020-08-23 13:20 ` Yann E. MORIN
@ 2020-08-28 17:02 ` Peter Korsgaard
  1 sibling, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2020-08-28 17:02 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > depednencies -> dependencies
 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2020.02.x and 2020.05.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH 1/1] docs/manual: fix typo
  2016-11-29 17:17 Lucile Quirion
@ 2016-11-29 22:28 ` Peter Korsgaard
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2016-11-29 22:28 UTC (permalink / raw)
  To: buildroot

>>>>> "Lucile" == Lucile Quirion <lucile.quirion@savoirfairelinux.com> writes:

 > Also remove dangling reference to virtual package lists.
 > Change-Id: Ibd95fbf1a3983ad9f53aea7a24d160414091e10b

What is this for?

 > Signed-off-by: Lucile Quirion <lucile.quirion@savoirfairelinux.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH 1/1] docs/manual: fix typo
@ 2016-11-29 17:17 Lucile Quirion
  2016-11-29 22:28 ` Peter Korsgaard
  0 siblings, 1 reply; 5+ messages in thread
From: Lucile Quirion @ 2016-11-29 17:17 UTC (permalink / raw)
  To: buildroot

Also remove dangling reference to virtual package lists.

Change-Id: Ibd95fbf1a3983ad9f53aea7a24d160414091e10b
Signed-off-by: Lucile Quirion <lucile.quirion@savoirfairelinux.com>
---
 docs/manual/adding-packages-directory.txt | 3 ---
 docs/manual/customize-outside-br.txt      | 2 +-
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/docs/manual/adding-packages-directory.txt b/docs/manual/adding-packages-directory.txt
index a74761c..5dba962 100644
--- a/docs/manual/adding-packages-directory.txt
+++ b/docs/manual/adding-packages-directory.txt
@@ -384,9 +384,6 @@ openGL libraries.
 
 See xref:virtual-package-tutorial[] for more on the virtual packages.
 
-See xref:virtual-package-list[] for the symbols to depend on if your package
-depends on a feature provided by a virtual package.
-
 === The +.mk+ file
 
 [[adding-packages-mk]]
diff --git a/docs/manual/customize-outside-br.txt b/docs/manual/customize-outside-br.txt
index 2ebb447..ea0e120 100644
--- a/docs/manual/customize-outside-br.txt
+++ b/docs/manual/customize-outside-br.txt
@@ -178,7 +178,7 @@ the br2-external tree. Buildroot will automatically show them in the
 output of +make list-defconfigs+ and allow them to be loaded with the
 normal +make <name>_defconfig+ command. They will be visible in the
 'make list-defconfigs' output, below an +External configs+ label that
-contains the name of the br2-extermnal tree they are defined in.
+contains the name of the br2-external tree they are defined in.
 
 .Note:
 If a defconfig file is present in more than one br2-external tree, then
-- 
2.5.5

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-08-28 17:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-22 19:20 [Buildroot] [PATCH 1/1] docs/manual: fix typo Fabrice Fontaine
2020-08-23 13:20 ` Yann E. MORIN
2020-08-28 17:02 ` Peter Korsgaard
  -- strict thread matches above, loose matches on Subject: below --
2016-11-29 17:17 Lucile Quirion
2016-11-29 22:28 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.