diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-05-10 23:52:47 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-15 10:56:50 +0100 |
commit | 418b9d9ee7ce168186be433df942a95c5b16cfce (patch) | |
tree | 8c6838056744ba82632ed0ed020143f9472ca85d | |
parent | bce155af1f2afbd7ddaaeea1b073b416d57b4ceb (diff) | |
download | poky-418b9d9ee7ce168186be433df942a95c5b16cfce.tar.gz |
gcc-sanitizers: Package new liblsan objects built with gcc8
Fixes installed-vs-shipped QA errors
Reported-by: Dan McGregor <danismostlikely@gmail.com>
(From OE-Core rev: b5533d58ebee81fa1e1c061f4f78acc9a1a940df)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-sanitizers.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-sanitizers.inc b/meta/recipes-devtools/gcc/gcc-sanitizers.inc index 3b7e0028f2..e5e84526fa 100644 --- a/meta/recipes-devtools/gcc/gcc-sanitizers.inc +++ b/meta/recipes-devtools/gcc/gcc-sanitizers.inc | |||
@@ -94,6 +94,7 @@ FILES_liblsan += "${libdir}/liblsan.so.*" | |||
94 | FILES_liblsan-dev += "\ | 94 | FILES_liblsan-dev += "\ |
95 | ${libdir}/liblsan.so \ | 95 | ${libdir}/liblsan.so \ |
96 | ${libdir}/liblsan.la \ | 96 | ${libdir}/liblsan.la \ |
97 | ${libdir}/liblsan_preinit.o \ | ||
97 | " | 98 | " |
98 | FILES_liblsan-staticdev += "${libdir}/liblsan.a" | 99 | FILES_liblsan-staticdev += "${libdir}/liblsan.a" |
99 | 100 | ||