[oe-commits] [openembedded-core] 15/19: opensbi: Fix installed-vs-shipped warning

git at git.openembedded.org git at git.openembedded.org
Thu Jul 18 11:17:55 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit ecbf494b26db71076ad74902a75a3205c849d81e
Author: Alistair Francis <alistair.francis at wdc.com>
AuthorDate: Wed Jul 17 13:51:49 2019 -0700

    opensbi: Fix installed-vs-shipped warning
    
    Fix the following warning by just deleting the files:
    WARNING: opensbi-0.4-r0 do_package: QA Issue: opensbi: Files/directories were installed but not shipped in any package:
      /lib
      /lib/libsbiutils.a
      /lib/libsbi.a
    
    Signed-off-by: Alistair Francis <alistair.francis at wdc.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-bsp/opensbi/opensbi_0.4.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-bsp/opensbi/opensbi_0.4.bb b/meta/recipes-bsp/opensbi/opensbi_0.4.bb
index 139718c..068ae76 100644
--- a/meta/recipes-bsp/opensbi/opensbi_0.4.bb
+++ b/meta/recipes-bsp/opensbi/opensbi_0.4.bb
@@ -31,6 +31,7 @@ do_install_append() {
 	rm -r ${D}/include
 	rm -r ${D}/platform/${RISCV_SBI_PLAT}/lib
 	rm -r ${D}/platform/${RISCV_SBI_PLAT}/firmware/payloads
+	rm -r ${D}/lib
 }
 
 do_deploy () {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list