python3: use proper PYTHON3_VERSION_MAJOR instead of harcoding 3.3
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 18 Feb 2014 20:40:00 +0000 (21:40 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 18 Feb 2014 22:21:34 +0000 (23:21 +0100)
commit249778541b68c10156c6687e14888f6047556922
tree2f91e0f3546652d8680c17ee6f1b531db42a604d
parenta30f276a4a0af40fadf860f981fcae1ab74ab2c8
python3: use proper PYTHON3_VERSION_MAJOR instead of harcoding 3.3

Some parts of python3.mk were hardcoding the 3.3 version as the major
version, which does not work for Python 3.4 and other future
versions. Instead, use the existing PYTHON3_VERSION_MAJOR.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/python3/python3.mk