1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-15 05:40:00 +00:00
Files
poky/meta/recipes-devtools
Changqing Li 541e1e4e78 python3: fix INCLDIRSTOMAKE in _sysconfigdata.py
recipe glade do_configure failed after python upgrade
to 3.7.2, it will do runtime check of python headers
with native python3 under recipe-sysroot-native, it will check under
path INCLDIRSTOMAKE, but this value is '/usr/include /usr/include
/usr/include/python3.7m /usr/include/python3.7m', which will cause
below error:

ERROR: This autoconf log indicates errors, it looked at host include and/or
library paths while determining system capabilities.

fix it by replace /usr/include to STAGING_INCDIR

(From OE-Core rev: 4975a283478ec3cbde813a1b27ab318de4aa8051)

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2019-02-20 11:30:35 +00:00
..
2019-01-03 12:35:53 +00:00
2019-02-14 11:20:55 +00:00
2019-01-03 12:35:53 +00:00
2019-01-03 12:35:54 +00:00
2019-02-15 16:05:37 +00:00
2018-11-23 23:35:19 +00:00
2019-01-11 10:39:09 +00:00
2019-02-15 16:05:37 +00:00
2018-11-14 11:14:39 +00:00
2018-12-20 14:53:55 +00:00
2019-01-03 12:35:54 +00:00
2019-01-03 12:35:54 +00:00
2019-02-15 16:05:37 +00:00
2018-12-05 22:30:19 +00:00
2019-01-18 16:24:40 +00:00
2019-02-08 10:57:19 +00:00
2019-01-27 13:05:17 +00:00
2018-09-11 10:46:17 +01:00
2018-11-14 11:14:39 +00:00
2019-01-14 11:49:07 +00:00
2019-01-27 13:05:17 +00:00
2019-01-08 11:16:44 +00:00
2019-01-18 16:24:39 +00:00
2019-01-28 23:14:09 +00:00