Files
poky/meta/recipes-devtools
Changqing Li fd045373e0 python-native: fix one do_populate_sysroot warning
Fix below warning:
WARNING: Skipping RPATH /usr/lib64 as is a standard search path for
work/x86_64-linux/python-native/2.7.15-r1.1/recipe-sysroot-native/
usr/lib/python2.7/lib-dynload/_bsddb.so

setup.py will check db.h under include_dirs, for native build,
/usr/lib64 will be insert to postion 0 of include_dirs, so
it's priority is higher then our sysroot, cause db.h sysroot
is ignored, and rpath set to /usr/lib64. and this cause warning
when do_populate_sysroot. use append to fix it.

(From OE-Core rev: cf994752b69083aaa4f0b873357d6c873b32d7be)

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2019-01-07 14:38:39 +00:00
..
2018-11-20 10:32:16 +00:00
2019-01-03 12:35:53 +00:00
2018-07-05 00:22:08 +01:00
2018-08-23 18:02:23 +01:00
2019-01-03 12:35:53 +00:00
2019-01-03 12:35:54 +00:00
2018-11-23 23:35:19 +00:00
2018-03-06 06:43:10 -08:00
2018-10-18 23:26:35 +01:00
2019-01-03 12:35:53 +00:00
2018-10-29 17:26:47 +00:00
2018-11-14 11:14:39 +00:00
2018-12-26 11:19:54 +00:00
2018-12-20 14:53:55 +00:00
2018-03-09 09:17:03 -08:00
2018-05-11 07:49:37 +01:00
2019-01-03 12:35:54 +00:00
2019-01-03 12:35:53 +00:00
2019-01-03 12:35:54 +00: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-12-05 22:30:19 +00:00
2018-11-20 10:32:15 +00:00
2018-12-27 22:52:58 +00:00
2017-12-18 18:03:56 +00:00
2018-08-23 07:50:01 +01:00
2018-09-11 10:46:17 +01:00
2018-11-14 11:14:39 +00:00
2018-11-22 12:02:57 +00:00
2018-12-05 12:37:02 +00:00
2018-03-09 09:17:03 -08:00
2018-11-23 23:35:18 +00:00