[oe] [meta-oe][PATCH] smem: remove numpy dependency on armv4 and armv5

André Draszik git at andred.net
Sat Mar 14 19:50:35 UTC 2020


numpy doesn't build on those.

Signed-off-by: André Draszik <git at 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



More information about the Openembedded-devel mailing list