diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2024-02-06 12:31:37 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-02-09 09:52:11 -0800 |
commit | 37da936b5b2459f911948e7963676e166095690b (patch) | |
tree | 231072c8f84c384c678dc6764c45d8a5b564b769 /meta-oe | |
parent | 8540c5e5172fd73c8eb58d2158a3feadfa685bcf (diff) | |
download | meta-openembedded-37da936b5b2459f911948e7963676e166095690b.tar.gz |
flatcc: respect baselib
* avoid installed-vs-shipped with multilib when baselib is lib32 or lib64 instead of just lib
ERROR: QA Issue: lib32-flatcc: Files/directories were installed but not shipped in any package:
/usr/lib
/usr/lib/libflatcc.a
/usr/lib/libflatccrt.a
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
lib32-flatcc: 3 installed and not shipped files. [installed-vs-shipped]
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-devtools/flatcc/flatcc_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/flatcc/flatcc_git.bb b/meta-oe/recipes-devtools/flatcc/flatcc_git.bb index 161c4107b..ed2629990 100644 --- a/meta-oe/recipes-devtools/flatcc/flatcc_git.bb +++ b/meta-oe/recipes-devtools/flatcc/flatcc_git.bb | |||
@@ -24,6 +24,7 @@ EXTRA_OECMAKE += " \ | |||
24 | -DFLATCC_INSTALL=On \ | 24 | -DFLATCC_INSTALL=On \ |
25 | -DFLATCC_TEST=Off \ | 25 | -DFLATCC_TEST=Off \ |
26 | -DFLATCC_ALLOW_WERROR=Off \ | 26 | -DFLATCC_ALLOW_WERROR=Off \ |
27 | -DFLATCC_INSTALL_LIB=${baselib} \ | ||
27 | " | 28 | " |
28 | 29 | ||
29 | BBCLASSEXTEND = "native nativesdk" | 30 | BBCLASSEXTEND = "native nativesdk" |