glmark2: depend on host-python
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>
Tue, 29 Sep 2015 18:10:51 +0000 (19:10 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 30 Sep 2015 10:35:00 +0000 (12:35 +0200)
commit97acef48bbe101901a7ae21af575f90c9a4b8b14
treebc0f92470f9181af9e5683a9e22ac9247c05b408
parentc258be93b60b26282cee65c9f6c3960ae1fa71df
glmark2: depend on host-python

The waf build system of glmark2 needs Python 2 as stated on its README
file:

python 2.x (>= 2.4) for the build system (waf)

Building it with a system with Python 3 as the default Python version
will result on a failure like this one:

File "waflib/Utils.py", line 199
    except OSError ,e:
                   ^
SyntaxError: invalid syntax

So, in order to fix this, make this package depending on host-python and
also run the waf script using $(HOST_DIR)/usr/bin/python2.

At the same time delete 3 Python environment variables passed to the waf
script during the configure phase which it seems there aren't needed for
anything.

Fixes:

  http://autobuild.buildroot.net/results/fc6/fc6cd2a90bbb0e6f80f6c4afaae1430f82e54046/

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/glmark2/glmark2.mk