Files
poky/meta/recipes-devtools
Hongxu Jia 8fdbb0381d distutils/setuptools-native, distutils3/setuptools3-native: do not try to fetch code during do_compile
If a python recipe is using setuptools and the setup_requires argument, where
setuptools will use easy_install to fetch the module if it isn't
present.

The build failed on a machine where a proxy was required, but succeeded on a
machine which had direct access to the internet

Add var-NO_FETCH_BUILD, and set it in distutils_do_compile which does not
allow to fetch code from internet during do_compile.

Example result:
...
ERROR: Do not try to fetch `pytest-runner1' for building. Please add its native recipe to DEPENDS.
Traceback (most recent call last):
  File "setup.py", line 56, in <module>
...

The improvement is flexible for test_requirements argument (used at
`setup.py test'), where use easy_install also.

[YOCTO #12084]
(From OE-Core rev: 57414f4a1c549e6faaa110e6e95ff601b05b7361)

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>
2018-07-26 13:16:40 +01:00
..
2018-03-09 09:17:03 -08:00
2018-07-05 00:22:08 +01:00
2018-07-05 00:22:08 +01:00
2018-06-27 13:55:21 +01:00
2018-06-27 13:55:21 +01:00
2018-06-18 11:07:57 +01:00
2018-03-20 09:59:32 +00:00
2018-07-05 00:22:08 +01:00
2018-07-05 00:22:08 +01:00
2018-03-06 06:43:10 -08:00
2017-08-13 09:27:38 +01:00
2018-05-22 13:13:33 +01:00
2018-07-05 11:39:06 +01:00
2018-02-06 11:06:28 +00:00
2018-07-05 00:22:08 +01:00
2018-03-09 09:17:03 -08:00
2018-05-11 07:49:37 +01:00
2018-01-02 17:24:37 +00:00
2018-03-11 06:27:00 -07:00
2018-01-30 12:53:16 +00:00
2018-03-11 06:27:01 -07:00
2018-03-31 09:48:42 +01:00
2018-06-27 13:55:21 +01:00
2018-03-07 06:34:51 -08:00
2018-04-03 23:53:20 +01:00
2017-12-18 18:03:56 +00:00
2018-04-13 16:58:07 +01:00
2018-01-13 10:15:20 +00:00
2018-07-18 10:18:42 +01:00
2018-04-23 17:26:04 +01:00
2018-07-04 00:02:16 +01:00
2018-05-04 13:28:04 +01:00
2018-07-24 11:52:26 +01:00
2018-06-21 09:34:40 +01:00
2018-05-15 10:56:50 +01:00
2018-03-09 09:17:03 -08:00
2018-07-24 11:52:26 +01:00
2018-02-06 11:06:29 +00:00
2018-05-08 16:14:14 +01:00