diff options
author | Changqing Li <changqing.li@windriver.com> | 2018-10-25 16:59:28 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-07 14:38:39 +0000 |
commit | fd045373e01409e273479c9e0e2e69bd1b7815f9 (patch) | |
tree | f8c41d8148b15ac321298eae5857152cf42fd5c1 /bitbake/lib/bb/persist_data.py | |
parent | 82315924b79b349b3798dd40786a19ee4f474cd4 (diff) | |
download | poky-fd045373e01409e273479c9e0e2e69bd1b7815f9.tar.gz |
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>
Diffstat (limited to 'bitbake/lib/bb/persist_data.py')
0 files changed, 0 insertions, 0 deletions