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.
This commit is contained in:
parent
1df51ebf5a
commit
b75abc07b1
|
@ -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}
|
Loading…
Reference in New Issue