All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/libfm-extra: fix dependency comment
@ 2020-05-02  9:54 Bernd Kuhls
  2020-05-02 16:14 ` Yann E. MORIN
  2020-05-10 19:16 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2020-05-02  9:54 UTC (permalink / raw)
  To: buildroot

According to the depends used the package does not need C++.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/libfm-extra/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libfm-extra/Config.in b/package/libfm-extra/Config.in
index eefc022c4e..60e6fda30f 100644
--- a/package/libfm-extra/Config.in
+++ b/package/libfm-extra/Config.in
@@ -10,6 +10,6 @@ config BR2_PACKAGE_LIBFM_EXTRA
 
 	  http://wiki.lxde.org/en/Libfm
 
-comment "libfm-extra needs a toolchain w/ wchar, threads, C++"
+comment "libfm-extra needs a toolchain w/ wchar, threads"
 	depends on BR2_USE_MMU
 	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
-- 
2.26.2

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

* [Buildroot] [PATCH 1/1] package/libfm-extra: fix dependency comment
  2020-05-02  9:54 [Buildroot] [PATCH 1/1] package/libfm-extra: fix dependency comment Bernd Kuhls
@ 2020-05-02 16:14 ` Yann E. MORIN
  2020-05-10 19:16 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2020-05-02 16:14 UTC (permalink / raw)
  To: buildroot

Bernd, All,

On 2020-05-02 11:54 +0200, Bernd Kuhls spake thusly:
> According to the depends used the package does not need C++.
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/libfm-extra/Config.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/libfm-extra/Config.in b/package/libfm-extra/Config.in
> index eefc022c4e..60e6fda30f 100644
> --- a/package/libfm-extra/Config.in
> +++ b/package/libfm-extra/Config.in
> @@ -10,6 +10,6 @@ config BR2_PACKAGE_LIBFM_EXTRA
>  
>  	  http://wiki.lxde.org/en/Libfm
>  
> -comment "libfm-extra needs a toolchain w/ wchar, threads, C++"
> +comment "libfm-extra needs a toolchain w/ wchar, threads"
>  	depends on BR2_USE_MMU
>  	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
> -- 
> 2.26.2
> 
> _______________________________________________
> 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] 3+ messages in thread

* [Buildroot] [PATCH 1/1] package/libfm-extra: fix dependency comment
  2020-05-02  9:54 [Buildroot] [PATCH 1/1] package/libfm-extra: fix dependency comment Bernd Kuhls
  2020-05-02 16:14 ` Yann E. MORIN
@ 2020-05-10 19:16 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-05-10 19:16 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > According to the depends used the package does not need C++.
 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed to 2020.02.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2020-05-10 19:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-02  9:54 [Buildroot] [PATCH 1/1] package/libfm-extra: fix dependency comment Bernd Kuhls
2020-05-02 16:14 ` Yann E. MORIN
2020-05-10 19:16 ` 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.