From 09eb79de1cec1939924f56fc1f338cd5aa13c676 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 17 Jul 2013 06:15:10 +0200 Subject: [PATCH] Python-host: adapt for new buildsystem changes: replace $ROOT/$PKG_DIR with $PKG_DIR Signed-off-by: Stephan Raue --- packages/toolchain/lang/Python-host/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/toolchain/lang/Python-host/build b/packages/toolchain/lang/Python-host/build index a008832850..bcd368d169 100755 --- a/packages/toolchain/lang/Python-host/build +++ b/packages/toolchain/lang/Python-host/build @@ -59,6 +59,6 @@ cp Parser/pgen $ROOT/$TOOLCHAIN/bin rm -rf $ROOT/$TOOLCHAIN/bin/python*-config sed -e "s:%PREFIX%:$SYSROOT_PREFIX/usr:g" -e "s:%CFLAGS%:$TARGET_CFLAGS:g" \ - $ROOT/$PKG_DIR/scripts/python-config > $ROOT/$TOOLCHAIN/bin/python2.7-config + $PKG_DIR/scripts/python-config > $ROOT/$TOOLCHAIN/bin/python2.7-config chmod +x $ROOT/$TOOLCHAIN/bin/python2.7-config ln -s python2.7-config $ROOT/$TOOLCHAIN/bin/python-config