diff options
author | Wenlin Kang <wenlin.kang@windriver.com> | 2018-06-13 01:37:31 -0700 |
---|---|---|
committer | Richard Leitner <richard.leitner@skidata.com> | 2018-06-15 12:06:25 +0200 |
commit | 29f391531fae7d544cb391239676eebd7a72d39f (patch) | |
tree | 05bf7754b3f215b46f10251291a67d6ed2072797 /lib/oeqa/runtime/cases/java.py | |
parent | 228b3517835d6c278876e48c2dcb9d4f09b4bf86 (diff) | |
download | meta-java-29f391531fae7d544cb391239676eebd7a72d39f.tar.gz |
openjdk-8: remove debuglink
During openjdk-8 compiling, its debug file is xxx.debuginfo, and it will
add libjvm.debuginfo as libjvm.so's debuglink section's file name, this
name is different with that we will create and add in splitdebuginfo()
of package.bbclass, in oe-core, the debug file name is the same with the
corresponding executable file or library file, this will make we can't get
symbol information when debug libjvm.so in gdb, so we must remove the
previous debuglink before add it if it has existed(if a file has contained
the debuglink section, it will not be changed when add again).
Signed-off-by: Wenlin Kang <wenlin.kang@windriver.com>
Tested-by: Richard Leitner <richard.leitner@skidata.com>
Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
Diffstat (limited to 'lib/oeqa/runtime/cases/java.py')
0 files changed, 0 insertions, 0 deletions