mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
- 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>
5 lines
60 B
Plaintext
5 lines
60 B
Plaintext
inherit distutils3
|
|
|
|
DEPENDS += "python3-setuptools-native"
|
|
|