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

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

This reverts commit 11cd0706450150fb9a9e7e5df2eae08e9c525d0b.
For the moment, this feature is not used. Maybe a later iteration might extract the settings and use it.
parent 1df51ebf
No related branches found
No related tags found
No related merge requests found
......@@ -59,9 +59,6 @@ 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
#
......@@ -75,4 +72,3 @@ distutils_do_install() {
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