From 1d205a107260d3f60c2af4aa6af0ba983a45c76d Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Thu, 19 Jul 2018 22:59:05 +0800 Subject: python-setuptools.inc: clean up useless local var-DISTUTILS_INSTALL_ARGS Since unify var-DISTUTILS_INSTALL_ARGS in distutils and setuptools, The local var-DISTUTILS_INSTALL_ARGS broke do_install ... error: option --script-dir not recognized ERROR: python3 setup.py install execution failed. ... [YOCTO #8446] Signed-off-by: Hongxu Jia Signed-off-by: Ross Burton --- meta/recipes-devtools/python/python-setuptools.inc | 3 --- 1 file changed, 3 deletions(-) (limited to 'meta') diff --git a/meta/recipes-devtools/python/python-setuptools.inc b/meta/recipes-devtools/python/python-setuptools.inc index 2c59a2936b..315ba31396 100644 --- a/meta/recipes-devtools/python/python-setuptools.inc +++ b/meta/recipes-devtools/python/python-setuptools.inc @@ -15,9 +15,6 @@ SRC_URI[sha256sum] = "012adb8e25fbfd64c652e99e7bab58799a3aaf05d39ab38561f69190a9 DEPENDS += "${PYTHON_PN}" -DISTUTILS_INSTALL_ARGS += "--install-lib=${D}${PYTHON_SITEPACKAGES_DIR} \ - --script-dir=${bindir}" - RDEPENDS_${PN} = "\ ${PYTHON_PN}-compile \ ${PYTHON_PN}-compression \ -- cgit 1.2.3-korg