diff mbox

[2/6] manual/customize-packages.txt: reword part about applying patches

Message ID 1395353250-9475-3-git-send-email-jerzy.grzegorek@trzebnica.net
State Accepted
Commit 5f1335f0c80170f5b570a0830cada5392236979d
Headers show

Commit Message

Jerzy Grzegorek March 20, 2014, 10:07 p.m. UTC
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
---
 docs/manual/customize-packages.txt |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Yann E. MORIN March 20, 2014, 11:16 p.m. UTC | #1
Jerzy, All,

On 2014-03-20 23:07 +0100, Jerzy Grzegorek spake thusly:
> Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>

Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  docs/manual/customize-packages.txt |    6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/docs/manual/customize-packages.txt b/docs/manual/customize-packages.txt
> index 5e622f1..f141b7e 100644
> --- a/docs/manual/customize-packages.txt
> +++ b/docs/manual/customize-packages.txt
> @@ -59,9 +59,9 @@ directory.
>  The exception to +BR2_GLOBAL_PATCH_DIR+ being the preferred method for
>  specifying custom patches is +BR2_LINUX_KERNEL_PATCH+.
>  +BR2_LINUX_KERNEL_PATCH+ should be used to specify kernel patches that
> -are available at an URL. *Note:* +BR2_LINUX_KERNEL_PATCHES+ are applied
> -after patches available in +BR2_GLOBAL_PATCH_DIR+, as it is done
> -from a post-patch hook of the Linux package.
> +are available at an URL. *Note:* +BR2_LINUX_KERNEL_PATCH+ specifies kernel
> +patches that are applied after patches available in +BR2_GLOBAL_PATCH_DIR+,
> +as it is done from a post-patch hook of the Linux package.
>  
>  An example directory structure for where a user has multiple
>  directories specified for +BR2_GLOBAL_PATCH_DIR+ may look like this:
> -- 
> 1.7.9.5
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
diff mbox

Patch

diff --git a/docs/manual/customize-packages.txt b/docs/manual/customize-packages.txt
index 5e622f1..f141b7e 100644
--- a/docs/manual/customize-packages.txt
+++ b/docs/manual/customize-packages.txt
@@ -59,9 +59,9 @@  directory.
 The exception to +BR2_GLOBAL_PATCH_DIR+ being the preferred method for
 specifying custom patches is +BR2_LINUX_KERNEL_PATCH+.
 +BR2_LINUX_KERNEL_PATCH+ should be used to specify kernel patches that
-are available at an URL. *Note:* +BR2_LINUX_KERNEL_PATCHES+ are applied
-after patches available in +BR2_GLOBAL_PATCH_DIR+, as it is done
-from a post-patch hook of the Linux package.
+are available at an URL. *Note:* +BR2_LINUX_KERNEL_PATCH+ specifies kernel
+patches that are applied after patches available in +BR2_GLOBAL_PATCH_DIR+,
+as it is done from a post-patch hook of the Linux package.
 
 An example directory structure for where a user has multiple
 directories specified for +BR2_GLOBAL_PATCH_DIR+ may look like this: