diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2018-07-26 22:50:21 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-30 12:44:35 +0100 |
commit | ce31c498f8fd6332ba81fb60c6406ea1cd7bc4d6 (patch) | |
tree | 8d7e40c1db26eb73053a2b771cf79fbe3439d013 /meta/classes/debian.bbclass | |
parent | c40f535fbf173c5da2a9b3eeb73efc7385a9eeab (diff) | |
download | poky-ce31c498f8fd6332ba81fb60c6406ea1cd7bc4d6.tar.gz |
distutils/distutils3: do not try to fetch code during do_configure
For distutils3, any setup.py invoking will cause setup_requires
argument to trigger a code fetching. Since the following commit
applied in oe-core, code fetching occurs during do_confugire
before the do_compile.
...
b805cef distutils: clean the build tree in do_configure
...
Refer what do_compile did, add var-NO_FETCH_BUILD to do_configure.
Sync with distutils3, add do_configure to distutils also.
[YOCTO #12084]
(From OE-Core rev: 9d556092fcc6f04c487afd126d52935bac133165)
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/debian.bbclass')
0 files changed, 0 insertions, 0 deletions