All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/python-matplotlib: merge dependency comments
@ 2021-08-15  8:06 Fabrice Fontaine
  2021-08-15 14:53 ` Thomas Petazzoni
  2021-09-04 20:35 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2021-08-15  8:06 UTC (permalink / raw)
  To: buildroot
  Cc: Jugurtha BELKALEM, Fabrice Fontaine, Thomas Petazzoni, Asaf Kahlon

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

diff --git a/package/python-matplotlib/Config.in b/package/python-matplotlib/Config.in
index e7e2804b4f..afc090856f 100644
--- a/package/python-matplotlib/Config.in
+++ b/package/python-matplotlib/Config.in
@@ -34,8 +34,6 @@ config BR2_PACKAGE_PYTHON_MATPLOTLIB_QT
 
 endif
 
-comment "python-matplotlib needs a toolchain w/ C++"
-	depends on !BR2_INSTALL_LIBSTDCPP
-
-comment "python-matplotlib needs glibc or musl"
-	depends on !(BR2_TOOLCHAIN_USES_GLIBC || BR2_TOOLCHAIN_USES_MUSL)
+comment "python-matplotlib needs a glibc or musl toolchain w/ C++"
+	depends on !(BR2_TOOLCHAIN_USES_GLIBC || BR2_TOOLCHAIN_USES_MUSL) || \
+		!BR2_INSTALL_LIBSTDCPP
-- 
2.30.2

_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/python-matplotlib: merge dependency comments
  2021-08-15  8:06 [Buildroot] [PATCH 1/1] package/python-matplotlib: merge dependency comments Fabrice Fontaine
@ 2021-08-15 14:53 ` Thomas Petazzoni
  2021-09-04 20:35 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2021-08-15 14:53 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Jugurtha BELKALEM, Asaf Kahlon, buildroot

On Sun, 15 Aug 2021 10:06:48 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

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

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/python-matplotlib: merge dependency comments
  2021-08-15  8:06 [Buildroot] [PATCH 1/1] package/python-matplotlib: merge dependency comments Fabrice Fontaine
  2021-08-15 14:53 ` Thomas Petazzoni
@ 2021-09-04 20:35 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2021-09-04 20:35 UTC (permalink / raw)
  To: Fabrice Fontaine
  Cc: Jugurtha BELKALEM, Asaf Kahlon, Thomas Petazzoni, buildroot

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

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

Committed to 2021.02.x and 2021.05.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@lists.buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2021-09-04 20:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-15  8:06 [Buildroot] [PATCH 1/1] package/python-matplotlib: merge dependency comments Fabrice Fontaine
2021-08-15 14:53 ` Thomas Petazzoni
2021-09-04 20:35 ` 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.