diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2018-07-19 22:59:04 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-26 13:16:40 +0100 |
commit | 896b36074641ad5120ca29888d1e71199aa1b1e0 (patch) | |
tree | d8f3d7710fda7431fe16a22b4c8a2e79b3fa78b4 /meta/classes/setuptools3.bbclass | |
parent | 5b6fbaf7272215dd58b7c74f678cc49642eb0219 (diff) | |
download | poky-896b36074641ad5120ca29888d1e71199aa1b1e0.tar.gz |
distutils/setuptools, distutils3/setuptools3: improve reproducibility
- Unify var-DISTUTILS_INSTALL_ARGS in distutils and setuptools
- Supply "--root" directory to the "install" command, and use
it as a prefix to strip off the purported filename encoded
in bytecode files. (It strips build path prefix from .pyc files)
[YOCTO #8446]
[YOCTO #12084]
(From OE-Core rev: 21f0c5a50e00ac34975d79fd48f08730d8f19b15)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/setuptools3.bbclass')
-rw-r--r-- | meta/classes/setuptools3.bbclass | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/classes/setuptools3.bbclass b/meta/classes/setuptools3.bbclass index de6dd9440c..8ca66ee708 100644 --- a/meta/classes/setuptools3.bbclass +++ b/meta/classes/setuptools3.bbclass | |||
@@ -2,7 +2,3 @@ inherit distutils3 | |||
2 | 2 | ||
3 | DEPENDS += "python3-setuptools-native" | 3 | DEPENDS += "python3-setuptools-native" |
4 | 4 | ||
5 | DISTUTILS_INSTALL_ARGS = "--root=${D} \ | ||
6 | --prefix=${prefix} \ | ||
7 | --install-lib=${PYTHON_SITEPACKAGES_DIR} \ | ||
8 | --install-data=${datadir}" | ||