All of lore.kernel.org
 help / color / mirror / Atom feed
From: "André Draszik" <git@andred.net>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-oe][PATCH] smem: remove numpy dependency on armv4 and armv5
Date: Sat, 14 Mar 2020 19:50:35 +0000	[thread overview]
Message-ID: <20200314195035.28224-1-git@andred.net> (raw)

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



             reply	other threads:[~2020-03-14 19:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-14 19:50 André Draszik [this message]
2020-03-15  9:44 ` [meta-oe][PATCH] smem: remove numpy dependency on armv4 and armv5 André Draszik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200314195035.28224-1-git@andred.net \
    --to=git@andred.net \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.