[oe-commits] [openembedded-core] 16/58: python-setuptools.inc: clean up useless local var-DISTUTILS_INSTALL_ARGS

git at git.openembedded.org git at git.openembedded.org
Wed Jul 25 21:45:46 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 178ca408650975348ef237c96ddb38fd47fc61ab
Author: Hongxu Jia <hongxu.jia at windriver.com>
AuthorDate: Thu Jul 19 22:59:05 2018 +0800

    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 <hongxu.jia at windriver.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-devtools/python/python-setuptools.inc | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/meta/recipes-devtools/python/python-setuptools.inc b/meta/recipes-devtools/python/python-setuptools.inc
index 2c59a29..315ba31 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 \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list