[Buildroot] [PATCH] apitrace: bump to version 7.0

Peter Korsgaard peter at korsgaard.com
Mon Aug 24 15:21:01 UTC 2015


>>>>> "Vicente" == Vicente Olivert Riera <Vincent.Riera at imgtec.com> writes:

 > Our current apitrace version can't detect the host-python version
 > correctly, so if both host-python and host-python3 where installed, it
 > will take the last one and it will fail with an "invalid syntax" error.
 > The latest apitrace version has this problem solved and it detects the
 > host-python version correctly.

 > Fixes:

 >   http://autobuild.buildroot.net/results/22a/22a73b4ba0adcc874ecc153917ae6edcfd4d37af/

 > Signed-off-by: Vicente Olivert Riera <Vincent.Riera at imgtec.com>

So then perhaps we shouldn't force people to build host-python if they
already have host-python3 built?

E.G. something like:

APITRACE_DEPENDENCIES = xlib_libX11 $(if $(BR2_PACKAGE_PYTHON3),host-python3,host-python)

But that can be added later - Committed, thanks.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list