python3: add python -> python3 symlink for the host variant
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 18 Feb 2014 20:39:58 +0000 (21:39 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 18 Feb 2014 21:50:48 +0000 (22:50 +0100)
commita30f276a4a0af40fadf860f981fcae1ab74ab2c8
tree9af5b35b69d589bc98274247b07376f5a56421be
parenteebbd2d91935c4a87a51c19c5bd9a37e1f703483
python3: add python -> python3 symlink for the host variant

The target python3 depends on host-python3, but most of the scripts
call "python", so we need to ensure that $(HOST_DIR)/usr/bin/python
exists. This patch achieves this by creating a python -> python3
symbolic link in $(HOST_DIR), just like we are already doing for the
target Python 3.

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