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

Peter Korsgaard peter at korsgaard.com
Mon Sep 13 17:45:21 UTC 2021


>>>>> "Arnout" == Arnout Vandecappelle <arnout at mind.be> writes:

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

A similar patch is arguably needed for the stable branches, as we there
do:

TVHEADEND_DEPENDENCIES = \
  $(if $(BR2_PACKAGE_PYTHON3),host-python3,host-python)

But then hardcode --python="$(HOST_DIR)/bin/python"

Bernd, care to send a fix for that?

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list