diff options
author | Changqing Li <changqing.li@windriver.com> | 2018-10-25 16:59:28 +0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2019-04-13 12:41:33 -0700 |
commit | 12df5392afb8446507bb73f4d33ee42e06a17b82 (patch) | |
tree | 32870ce84f9fee9d60f613fec0cf286c37645806 /meta/site | |
parent | ca415c4250e32e9430a13b9edf7b308637ce597f (diff) | |
download | openembedded-core-12df5392afb8446507bb73f4d33ee42e06a17b82.tar.gz openembedded-core-12df5392afb8446507bb73f4d33ee42e06a17b82.tar.bz2 openembedded-core-12df5392afb8446507bb73f4d33ee42e06a17b82.zip |
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.
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta/site')
0 files changed, 0 insertions, 0 deletions