[Buildroot] [PATCH 1/1] package/tvheadend: fix python3 detection

Arnout Vandecappelle arnout at mind.be
Sat Sep 11 20:45:44 UTC 2021



On 05/09/2021 08:50, Bernd Kuhls wrote:
> Fixes:
> http://autobuild.buildroot.net/results/101/101d1caa355c2d7ee1762b394c1bf4e29350bd06//
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>

 Applied to master, thanks.

 To answer Thomas: it's since commit 37f75b756182dd17871d1cd9e8bca83f326de690
which is only on master. I should have put that in the commit message I realise
now, but already pushed...

 Regards,
 Arnout

> ---
>  package/tvheadend/tvheadend.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/tvheadend/tvheadend.mk b/package/tvheadend/tvheadend.mk
> index cd8fedf1f0..6000e82a6f 100644
> --- a/package/tvheadend/tvheadend.mk
> +++ b/package/tvheadend/tvheadend.mk
> @@ -154,7 +154,7 @@ define TVHEADEND_CONFIGURE_CMDS
>  			--arch="$(ARCH)" \
>  			--cpu="$(GCC_TARGET_CPU)" \
>  			--nowerror \
> -			--python="$(HOST_DIR)/bin/python" \
> +			--python="$(HOST_DIR)/bin/python3" \
>  			--enable-dvbscan \
>  			--enable-bundle \
>  			--enable-pngquant \
> 


More information about the buildroot mailing list