All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] smem: remove numpy dependency on armv4 and armv5
@ 2020-03-14 19:50 André Draszik
  2020-03-15  9:44 ` André Draszik
  0 siblings, 1 reply; 2+ messages in thread
From: André Draszik @ 2020-03-14 19:50 UTC (permalink / raw)
  To: openembedded-devel

numpy doesn't build on those.

Signed-off-by: André Draszik <git@andred.net>
---
 meta-oe/recipes-support/smem/smem_1.5.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-oe/recipes-support/smem/smem_1.5.bb b/meta-oe/recipes-support/smem/smem_1.5.bb
index 90db9c3f3..77179906e 100644
--- a/meta-oe/recipes-support/smem/smem_1.5.bb
+++ b/meta-oe/recipes-support/smem/smem_1.5.bb
@@ -35,6 +35,9 @@ do_install() {
 
 RDEPENDS_${PN} = "python3-core python3-compression"
 RRECOMMENDS_${PN} = "python3-matplotlib python3-numpy"
+# numpy doesn't work on those.
+RRECOMMENDS_${PN}_remove_armv4 = "python3-matplotlib python3-numpy"
+RRECOMMENDS_${PN}_remove_armv5 = "python3-matplotlib python3-numpy"
 
 PACKAGE_BEFORE_PN = "smemcap"
 
-- 
2.23.0.rc1



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

* Re: [meta-oe][PATCH] smem: remove numpy dependency on armv4 and armv5
  2020-03-14 19:50 [meta-oe][PATCH] smem: remove numpy dependency on armv4 and armv5 André Draszik
@ 2020-03-15  9:44 ` André Draszik
  0 siblings, 0 replies; 2+ messages in thread
From: André Draszik @ 2020-03-15  9:44 UTC (permalink / raw)
  To: openembedded-devel

Please ignore this patch, it's not that simple...

On Sat, 2020-03-14 at 19:50 +0000, André Draszik wrote:
> numpy doesn't build on those.
> 
> Signed-off-by: André Draszik <git@andred.net>
> ---
>  meta-oe/recipes-support/smem/smem_1.5.bb | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/meta-oe/recipes-support/smem/smem_1.5.bb b/meta-oe/recipes-support/smem/smem_1.5.bb
> index 90db9c3f3..77179906e 100644
> --- a/meta-oe/recipes-support/smem/smem_1.5.bb
> +++ b/meta-oe/recipes-support/smem/smem_1.5.bb
> @@ -35,6 +35,9 @@ do_install() {
>  
>  RDEPENDS_${PN} = "python3-core python3-compression"
>  RRECOMMENDS_${PN} = "python3-matplotlib python3-numpy"
> +# numpy doesn't work on those.
> +RRECOMMENDS_${PN}_remove_armv4 = "python3-matplotlib python3-numpy"
> +RRECOMMENDS_${PN}_remove_armv5 = "python3-matplotlib python3-numpy"
>  
>  PACKAGE_BEFORE_PN = "smemcap"
>  



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

end of thread, other threads:[~2020-03-15  9:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-14 19:50 [meta-oe][PATCH] smem: remove numpy dependency on armv4 and armv5 André Draszik
2020-03-15  9:44 ` André Draszik

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.