[OE-core] [PATCH 1/1] lsb: fix installed-vs-shipped when build with multilib

Robert Yang liezhi.yang at windriver.com
Thu Mar 19 09:05:21 UTC 2015


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.

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
---
 meta/recipes-extended/lsb/lsb_4.1.bb |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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/* \
                "
-- 
1.7.9.5




More information about the Openembedded-core mailing list