[Buildroot] [PATCH 1/1] package/rcw: add missing host-python dependency

Thomas Petazzoni thomas.petazzoni at bootlin.com
Thu Mar 19 07:58:28 UTC 2020


On Thu, 19 Mar 2020 07:56:50 +0100
Laurent Hartanerot <laurent.hartanerot at gmail.com> wrote:

> From: Laurent Hartanerot <laurent.hartanerot at atos.net>
> 
> The rcw tool that compiles RCW sources file need host-python
> 
> Signed-off-by: Laurent Hartanerot <laurent.hartanerot at atos.net>
> ---
>  package/rcw/rcw.mk | 6 +++++-
>  1 file changed, 5 insertions(+), 1 deletion(-)
> 
> diff --git a/package/rcw/rcw.mk b/package/rcw/rcw.mk
> index 81e22fff93..be239a7957 100644
> --- a/package/rcw/rcw.mk
> +++ b/package/rcw/rcw.mk
> @@ -10,6 +10,8 @@ RCW_SITE_METHOD = git
>  RCW_LICENSE = BSD-3-Clause
>  RCW_LICENSE_FILES = LICENSE
>  
> +RCW_DEPENDENCIES = host-python

This should be:

HOST_RCW_DEPENDENCIES = host-python

Indeed, rcw is only available as host package.

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



More information about the buildroot mailing list