All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/ola: add missing python-numpy dependencies
@ 2022-05-14 22:34 James Hilliard
  2022-05-17 20:27 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: James Hilliard @ 2022-05-14 22:34 UTC (permalink / raw)
  To: buildroot; +Cc: Julien Olivain, James Hilliard

Fixes:
WARNING: unmet direct dependencies detected for BR2_PACKAGE_PYTHON_NUMPY
  Depends on [n]: BR2_PACKAGE_PYTHON3 [=y] && BR2_PACKAGE_PYTHON_NUMPY_ARCH_SUPPORTS [=y] && (BR2_TOOLCHAIN_USES_GLIBC [=n] || BR2_TOOLCHAIN_USES_MUSL [=n])
  Selected by [y]:
  - BR2_PACKAGE_OLA_RDM_TESTS [=y] && BR2_PACKAGE_OLA [=y] && BR2_PACKAGE_OLA_PYTHON_BINDINGS [=y] && BR2_PACKAGE_PYTHON_NUMPY_ARCH_SUPPORTS [=y]

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 package/ola/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/ola/Config.in b/package/ola/Config.in
index e59637b57f..0d96e104e3 100644
--- a/package/ola/Config.in
+++ b/package/ola/Config.in
@@ -52,6 +52,7 @@ config BR2_PACKAGE_OLA_RDM_TESTS
 	bool "rdm tests"
 	depends on BR2_PACKAGE_OLA_PYTHON_BINDINGS
 	depends on BR2_PACKAGE_PYTHON_NUMPY_ARCH_SUPPORTS
+	depends on BR2_TOOLCHAIN_USES_GLIBC || BR2_TOOLCHAIN_USES_MUSL # python-numpy
 	select BR2_PACKAGE_PYTHON_NUMPY
 	help
 	  Build OLA RDM tests.
-- 
2.25.1

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

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

* Re: [Buildroot] [PATCH 1/1] package/ola: add missing python-numpy dependencies
  2022-05-14 22:34 [Buildroot] [PATCH 1/1] package/ola: add missing python-numpy dependencies James Hilliard
@ 2022-05-17 20:27 ` Thomas Petazzoni via buildroot
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-05-17 20:27 UTC (permalink / raw)
  To: James Hilliard; +Cc: Julien Olivain, buildroot

On Sat, 14 May 2022 16:34:08 -0600
James Hilliard <james.hilliard1@gmail.com> wrote:

> Fixes:
> WARNING: unmet direct dependencies detected for BR2_PACKAGE_PYTHON_NUMPY
>   Depends on [n]: BR2_PACKAGE_PYTHON3 [=y] && BR2_PACKAGE_PYTHON_NUMPY_ARCH_SUPPORTS [=y] && (BR2_TOOLCHAIN_USES_GLIBC [=n] || BR2_TOOLCHAIN_USES_MUSL [=n])
>   Selected by [y]:
>   - BR2_PACKAGE_OLA_RDM_TESTS [=y] && BR2_PACKAGE_OLA [=y] && BR2_PACKAGE_OLA_PYTHON_BINDINGS [=y] && BR2_PACKAGE_PYTHON_NUMPY_ARCH_SUPPORTS [=y]
> 
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> ---
>  package/ola/Config.in | 1 +
>  1 file changed, 1 insertion(+)

Applied to master after adding the appropriate Config.in comment about
this dependency.

Thanks!

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

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

end of thread, other threads:[~2022-05-17 20:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-14 22:34 [Buildroot] [PATCH 1/1] package/ola: add missing python-numpy dependencies James Hilliard
2022-05-17 20:27 ` Thomas Petazzoni via buildroot

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.