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

André Draszik git at andred.net
Sun Mar 15 09:44:45 UTC 2020


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 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"
>  



More information about the Openembedded-devel mailing list