summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2015-03-19 02:05:21 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-20 23:56:05 +0000
commit1a29b3b9d3c2dcb57119f78f137db3b8912822ec (patch)
tree7f65629c0d4c522bc426204a4fbe8d4d951d7fc5
parentd6be13a6d16473043080e793c0f6cd7e80833eac (diff)
downloadast2050-yocto-poky-1a29b3b9d3c2dcb57119f78f137db3b8912822ec.zip
ast2050-yocto-poky-1a29b3b9d3c2dcb57119f78f137db3b8912822ec.tar.gz
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>
-rw-r--r--meta/recipes-extended/lsb/lsb_4.1.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/lsb/lsb_4.1.bb b/meta/recipes-extended/lsb/lsb_4.1.bb
index f05c30c..1ae1e26 100644
--- a/meta/recipes-extended/lsb/lsb_4.1.bb
+++ b/meta/recipes-extended/lsb/lsb_4.1.bb
@@ -116,6 +116,7 @@ do_install_append(){
fi
}
FILES_${PN} += "/lib64 \
- /usr/lib/lsb \
+ /usr/lib/lsb \
${base_libdir}/lsb/* \
+ /lib/lsb/* \
"
OpenPOWER on IntegriCloud