Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/openfpgaloader: drop udev from comment
@ 2020-08-24 11:40 Fabrice Fontaine
  2020-08-24 11:40 ` [Buildroot] [PATCH 2/2] package/openfpgaloader: frop ftdipp Fabrice Fontaine
  0 siblings, 1 reply; 3+ messages in thread
From: Fabrice Fontaine @ 2020-08-24 11:40 UTC (permalink / raw)
  To: buildroot

Commit 5714f3f81fdd85640d627f9b43490c52419650ea forgot to remove udev
from comment

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

diff --git a/package/openfpgaloader/Config.in b/package/openfpgaloader/Config.in
index 4324507727..cda20b4347 100644
--- a/package/openfpgaloader/Config.in
+++ b/package/openfpgaloader/Config.in
@@ -10,6 +10,6 @@ config BR2_PACKAGE_OPENFPGALOADER
 
 	  https://github.com/trabucayre/openFPGALoader/
 
-comment "openfpgaloader needs udev, a toolchain w/ threads, wchar, C++"
+comment "openfpgaloader needs a toolchain w/ threads, wchar, C++"
 	depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR || \
-		!BR2_INSTALL_LIBSTDCPP || !BR2_PACKAGE_HAS_UDEV
+		!BR2_INSTALL_LIBSTDCPP
-- 
2.28.0

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

* [Buildroot] [PATCH 2/2] package/openfpgaloader: frop ftdipp
  2020-08-24 11:40 [Buildroot] [PATCH 1/2] package/openfpgaloader: drop udev from comment Fabrice Fontaine
@ 2020-08-24 11:40 ` Fabrice Fontaine
  2020-08-24 12:03   ` Yann E. MORIN
  0 siblings, 1 reply; 3+ messages in thread
From: Fabrice Fontaine @ 2020-08-24 11:40 UTC (permalink / raw)
  To: buildroot

ftdipp is not needed since version 0.1 and
https://github.com/trabucayre/openFPGALoader/commit/3df577b70638c37885eef3a27b8931261b259e47

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/openfpgaloader/Config.in | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/package/openfpgaloader/Config.in b/package/openfpgaloader/Config.in
index cda20b4347..5bf496627b 100644
--- a/package/openfpgaloader/Config.in
+++ b/package/openfpgaloader/Config.in
@@ -2,14 +2,11 @@ config BR2_PACKAGE_OPENFPGALOADER
 	bool "openfpgaloader"
 	depends on BR2_TOOLCHAIN_HAS_THREADS # libftdi1
 	depends on BR2_INSTALL_LIBSTDCPP
-	depends on BR2_USE_WCHAR # libftdipp1
 	select BR2_PACKAGE_LIBFTDI1
-	select BR2_PACKAGE_LIBFTDI1_LIBFTDIPP1
 	help
 	  Universal utility for programming FPGA
 
 	  https://github.com/trabucayre/openFPGALoader/
 
-comment "openfpgaloader needs a toolchain w/ threads, wchar, C++"
-	depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR || \
-		!BR2_INSTALL_LIBSTDCPP
+comment "openfpgaloader needs a toolchain w/ threads, C++"
+	depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP
-- 
2.28.0

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

* [Buildroot] [PATCH 2/2] package/openfpgaloader: frop ftdipp
  2020-08-24 11:40 ` [Buildroot] [PATCH 2/2] package/openfpgaloader: frop ftdipp Fabrice Fontaine
@ 2020-08-24 12:03   ` Yann E. MORIN
  0 siblings, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2020-08-24 12:03 UTC (permalink / raw)
  To: buildroot

Fabrice, All,

On 2020-08-24 13:40 +0200, Fabrice Fontaine spake thusly:
> ftdipp is not needed since version 0.1 and
> https://github.com/trabucayre/openFPGALoader/commit/3df577b70638c37885eef3a27b8931261b259e47
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

I tried hard to imagine what 'frop' (from the title) would mean, and I
resigned to believe that, like me, you like typoes. ;-)

Both applied to master with the title fixed, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/openfpgaloader/Config.in | 7 ++-----
>  1 file changed, 2 insertions(+), 5 deletions(-)
> 
> diff --git a/package/openfpgaloader/Config.in b/package/openfpgaloader/Config.in
> index cda20b4347..5bf496627b 100644
> --- a/package/openfpgaloader/Config.in
> +++ b/package/openfpgaloader/Config.in
> @@ -2,14 +2,11 @@ config BR2_PACKAGE_OPENFPGALOADER
>  	bool "openfpgaloader"
>  	depends on BR2_TOOLCHAIN_HAS_THREADS # libftdi1
>  	depends on BR2_INSTALL_LIBSTDCPP
> -	depends on BR2_USE_WCHAR # libftdipp1
>  	select BR2_PACKAGE_LIBFTDI1
> -	select BR2_PACKAGE_LIBFTDI1_LIBFTDIPP1
>  	help
>  	  Universal utility for programming FPGA
>  
>  	  https://github.com/trabucayre/openFPGALoader/
>  
> -comment "openfpgaloader needs a toolchain w/ threads, wchar, C++"
> -	depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR || \
> -		!BR2_INSTALL_LIBSTDCPP
> +comment "openfpgaloader needs a toolchain w/ threads, C++"
> +	depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP
> -- 
> 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] 3+ messages in thread

end of thread, other threads:[~2020-08-24 12:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-24 11:40 [Buildroot] [PATCH 1/2] package/openfpgaloader: drop udev from comment Fabrice Fontaine
2020-08-24 11:40 ` [Buildroot] [PATCH 2/2] package/openfpgaloader: frop ftdipp Fabrice Fontaine
2020-08-24 12:03   ` 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