From b75abc07b1d74d20568ae8e5a8bb3e1fa377ad82 Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn Date: Tue, 18 Dec 2012 08:59:36 +0100 Subject: [PATCH] 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. --- meta/classes/distutils.bbclass | 4 ---- 1 file changed, 4 deletions(-) diff --git a/meta/classes/distutils.bbclass b/meta/classes/distutils.bbclass index 8230c6d..f67297e 100644 --- a/meta/classes/distutils.bbclass +++ b/meta/classes/distutils.bbclass @@ -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