diff options
author | Xiangyu Chen <xiangyu.chen@windriver.com> | 2025-02-16 16:21:54 +0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-02-18 01:51:58 +0000 |
commit | 7932f4a2fa5f409377cc2ffae09d5a3390988371 (patch) | |
tree | a3c43e1e395005370d23cd316f510b6c7e5123ba | |
parent | 70790134547d8722a682cc1a2a4f4bc11ab8f110 (diff) | |
download | meta-virtualization-7932f4a2fa5f409377cc2ffae09d5a3390988371.tar.gz |
lxc: disable lxc-staticdev buildpaths checking
lxc enabled the ffat-lto-objects option since 6.0.3[1], that
liblxc.a object files contain both the intermediate language
and the object code, that cause yocto QA report a QA warning.
Ref:
[1] https://github.com/lxc/lxc/commit/277ac364074f8287be91393f50f8f999d51101c4
Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/lxc/lxc_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-containers/lxc/lxc_git.bb b/recipes-containers/lxc/lxc_git.bb index 1655e8d0..fe713a0d 100644 --- a/recipes-containers/lxc/lxc_git.bb +++ b/recipes-containers/lxc/lxc_git.bb | |||
@@ -127,6 +127,8 @@ FILES:${PN}-networking += " \ | |||
127 | # am_cv_python_pythondir='${PYTHON_SITEPACKAGES_DIR}' \ | 127 | # am_cv_python_pythondir='${PYTHON_SITEPACKAGES_DIR}' \ |
128 | #" | 128 | #" |
129 | 129 | ||
130 | INSANE_SKIP:${PN}-staticdev += "buildpaths" | ||
131 | |||
130 | do_install:append() { | 132 | do_install:append() { |
131 | # The /var/cache/lxc directory created by the Makefile | 133 | # The /var/cache/lxc directory created by the Makefile |
132 | # is wiped out in volatile, we need to create this at boot. | 134 | # is wiped out in volatile, we need to create this at boot. |