Skip to content
Snippets Groups Projects
Commit 5966f291 authored by Lukas Bulwahn's avatar Lukas Bulwahn
Browse files

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

parent 8a34fa39
No related branches found
No related tags found
No related merge requests found
......@@ -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}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment