mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-05 05:15:25 +02:00
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] 277ac36407
Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
7079013454
commit
7932f4a2fa
|
@ -127,6 +127,8 @@ FILES:${PN}-networking += " \
|
|||
# am_cv_python_pythondir='${PYTHON_SITEPACKAGES_DIR}' \
|
||||
#"
|
||||
|
||||
INSANE_SKIP:${PN}-staticdev += "buildpaths"
|
||||
|
||||
do_install:append() {
|
||||
# The /var/cache/lxc directory created by the Makefile
|
||||
# is wiped out in volatile, we need to create this at boot.
|
||||
|
|
Loading…
Reference in New Issue
Block a user