From e535428dd9e7f2be803b489d869b1bf379605fa9 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 13 Jan 2011 23:01:55 +0100 Subject: [PATCH] Python: symlink python binary to python2 for hostbuild (needed for Mesa) Signed-off-by: Stephan Raue --- packages/lang/Python/build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/lang/Python/build b/packages/lang/Python/build index f497c8d8e4..44999b1ea8 100755 --- a/packages/lang/Python/build +++ b/packages/lang/Python/build @@ -42,6 +42,9 @@ LDFLAGS="$LDFLAGS -lexpat" \ make make install +# symlink python binary to python2 (needed for Mesa) + ln -s python $ROOT/$TOOLCHAIN/bin/python2 + cp Parser/pgen ./hostpgen cp python ./hostpython