trying to extract the setting from easyinstall.sh and insert it correctly again
This commit is contained in:
parent
8a34fa39ff
commit
5966f2916d
|
@ -59,6 +59,9 @@ distutils_do_install() {
|
||||||
done
|
done
|
||||||
fi
|
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
|
rm -f ${D}${PYTHON_SITEPACKAGES_DIR}/easy-install.pth
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -82,3 +85,4 @@ EOF
|
||||||
EXPORT_FUNCTIONS do_compile do_install
|
EXPORT_FUNCTIONS do_compile do_install
|
||||||
|
|
||||||
export LDSHARED="${CCLD} -shared"
|
export LDSHARED="${CCLD} -shared"
|
||||||
|
export EASYINSTALL_${PN}
|
Loading…
Reference in New Issue