[Buildroot] [PATCH] lirc-tools: needs host-python3

Peter Korsgaard peter at korsgaard.com
Sun Mar 20 18:54:39 UTC 2016


>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni at free-electrons.com> writes:

 > Hello,
 > On Sat, 19 Mar 2016 09:44:45 -0300, Gustavo Zacarias wrote:
 >> As stated in NEWS "Build scripts now requires python3". Fixes:
 >> http://autobuild.buildroot.net/results/f41/f417a17ad24eec8f72402a634588c6b3af8293be/
 >> 
 >> Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
 >> ---
 >> package/lirc-tools/lirc-tools.mk | 2 +-
 >> 1 file changed, 1 insertion(+), 1 deletion(-)

 > Applied to master, thanks. However, one question that comes to mind is
 > what will happen if both host-python and host-python3 are built, will
 > lirc-tools build system properly use python3 ?

>From a quick look it seems like the scripts use:

#!/usr/bin/env python3

So that should work when we have both python versions enabled.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list