buildroot.busybox.net archive mirror
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] package/libpri: add Linux in comment
@ 2022-01-08 16:50 Fabrice Fontaine
  2022-01-08 16:50 ` [Buildroot] [PATCH 2/3] package/libss7: " Fabrice Fontaine
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Fabrice Fontaine @ 2022-01-08 16:50 UTC (permalink / raw)
  To: buildroot; +Cc: Yann E . MORIN, Fabrice Fontaine

Add "Linux" before kernel in comment to be consistent with other
packages and manual

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/libpri/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libpri/Config.in b/package/libpri/Config.in
index de2d96fcc4..0684d2ac83 100644
--- a/package/libpri/Config.in
+++ b/package/libpri/Config.in
@@ -12,7 +12,7 @@ config BR2_PACKAGE_LIBPRI
 
 	  http://www.asterisk.org/downloads/libpri
 
-comment "libpri needs a kernel to be built"
+comment "libpri needs a Linux kernel to be built"
 	depends on BR2_USE_MMU
 	depends on !BR2_LINUX_KERNEL
 
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 2/3] package/libss7: add Linux in comment
  2022-01-08 16:50 [Buildroot] [PATCH 1/3] package/libpri: add Linux in comment Fabrice Fontaine
@ 2022-01-08 16:50 ` Fabrice Fontaine
  2022-01-08 16:50 ` [Buildroot] [PATCH 3/3] package/nvidia-driver: " Fabrice Fontaine
  2022-01-08 17:40 ` [Buildroot] [PATCH 1/3] package/libpri: " Yann E. MORIN
  2 siblings, 0 replies; 4+ messages in thread
From: Fabrice Fontaine @ 2022-01-08 16:50 UTC (permalink / raw)
  To: buildroot; +Cc: Yann E . MORIN, Fabrice Fontaine

Add "Linux" before kernel in comment to be consistent with other
packages and manual

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/libss7/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libss7/Config.in b/package/libss7/Config.in
index bdf5fbe3a8..d8bcf11ce7 100644
--- a/package/libss7/Config.in
+++ b/package/libss7/Config.in
@@ -12,7 +12,7 @@ config BR2_PACKAGE_LIBSS7
 
 	  http://www.asterisk.org/downloads/libss7
 
-comment "libss7 needs a kernel to be built"
+comment "libss7 needs a Linux kernel to be built"
 	depends on !BR2_LINUX_KERNEL
 
 comment "libss7 needs a toolchain w/ threads"
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 3/3] package/nvidia-driver: add Linux in comment
  2022-01-08 16:50 [Buildroot] [PATCH 1/3] package/libpri: add Linux in comment Fabrice Fontaine
  2022-01-08 16:50 ` [Buildroot] [PATCH 2/3] package/libss7: " Fabrice Fontaine
@ 2022-01-08 16:50 ` Fabrice Fontaine
  2022-01-08 17:40 ` [Buildroot] [PATCH 1/3] package/libpri: " Yann E. MORIN
  2 siblings, 0 replies; 4+ messages in thread
From: Fabrice Fontaine @ 2022-01-08 16:50 UTC (permalink / raw)
  To: buildroot; +Cc: Yann E . MORIN, Fabrice Fontaine

Add "Linux" before kernel in comment to be consistent with other
packages and manual

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/nvidia-driver/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/nvidia-driver/Config.in b/package/nvidia-driver/Config.in
index 9631b3e70c..a8617a939b 100644
--- a/package/nvidia-driver/Config.in
+++ b/package/nvidia-driver/Config.in
@@ -75,7 +75,7 @@ config BR2_PACKAGE_NVIDIA_DRIVER_CUDA_PROGS
 
 endif # BR2_PACKAGE_NVIDIA_DRIVER_CUDA
 
-comment "nvidia kernel module needs a kernel to be built"
+comment "nvidia kernel module needs a Linux kernel to be built"
 	depends on !BR2_LINUX_KERNEL
 
 config BR2_PACKAGE_NVIDIA_DRIVER_MODULE
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/3] package/libpri: add Linux in comment
  2022-01-08 16:50 [Buildroot] [PATCH 1/3] package/libpri: add Linux in comment Fabrice Fontaine
  2022-01-08 16:50 ` [Buildroot] [PATCH 2/3] package/libss7: " Fabrice Fontaine
  2022-01-08 16:50 ` [Buildroot] [PATCH 3/3] package/nvidia-driver: " Fabrice Fontaine
@ 2022-01-08 17:40 ` Yann E. MORIN
  2 siblings, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2022-01-08 17:40 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: buildroot

Fabrice, All,

On 2022-01-08 17:50 +0100, Fabrice Fontaine spake thusly:
> Add "Linux" before kernel in comment to be consistent with other
> packages and manual
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Series of 3 patches applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/libpri/Config.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/libpri/Config.in b/package/libpri/Config.in
> index de2d96fcc4..0684d2ac83 100644
> --- a/package/libpri/Config.in
> +++ b/package/libpri/Config.in
> @@ -12,7 +12,7 @@ config BR2_PACKAGE_LIBPRI
>  
>  	  http://www.asterisk.org/downloads/libpri
>  
> -comment "libpri needs a kernel to be built"
> +comment "libpri needs a Linux kernel to be built"
>  	depends on BR2_USE_MMU
>  	depends on !BR2_LINUX_KERNEL
>  
> -- 
> 2.34.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/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.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-01-08 17:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-08 16:50 [Buildroot] [PATCH 1/3] package/libpri: add Linux in comment Fabrice Fontaine
2022-01-08 16:50 ` [Buildroot] [PATCH 2/3] package/libss7: " Fabrice Fontaine
2022-01-08 16:50 ` [Buildroot] [PATCH 3/3] package/nvidia-driver: " Fabrice Fontaine
2022-01-08 17:40 ` [Buildroot] [PATCH 1/3] package/libpri: " Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).