mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
lsb: fix installed-vs-shipped when build with multilib
The init-functions had been installed to /lib/lsb/init-functions according to lsb spec, then there is an installed-vs-shipped issue when build with multilib: ERROR: QA Issue: lsb: Files/directories were installed but not shipped /lib /lib/lsb /lib/lsb/init-functions [installed-vs-shipped] Fix the issue and indent. (From OE-Core rev: d1fc46a2b034a9dbe58d01920ad3ef4ad5131029) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d6be13a6d1
commit
1a29b3b9d3
@@ -116,6 +116,7 @@ do_install_append(){
|
||||
fi
|
||||
}
|
||||
FILES_${PN} += "/lib64 \
|
||||
/usr/lib/lsb \
|
||||
/usr/lib/lsb \
|
||||
${base_libdir}/lsb/* \
|
||||
/lib/lsb/* \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user