trying to extract the setting from easyinstall.sh and insert it correctly again

This commit is contained in:
Lukas Bulwahn 2012-12-17 17:39:04 +01:00
parent 8a34fa39ff
commit 5966f2916d
1 changed files with 4 additions and 0 deletions

View File

@ -59,6 +59,9 @@ distutils_do_install() {
done
fi
set EASYINSTALL_${PN}="`sed '1d;$d' ${D}${PYTHON_SITEPACKAGES_DIR}/easy-install.pth`"
echo "${EASYINSTALL_${PN}}"
rm -f ${D}${PYTHON_SITEPACKAGES_DIR}/easy-install.pth
#
@ -82,3 +85,4 @@ EOF
EXPORT_FUNCTIONS do_compile do_install
export LDSHARED="${CCLD} -shared"
export EASYINSTALL_${PN}