[oe-commits] [openembedded-core] 02/06: opensbi: Fix installed-vs-shipped warning

git at git.openembedded.org git at git.openembedded.org
Wed Jul 17 22:20:32 UTC 2019


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

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

commit 297b85a69584ef4fc38ef92c5fe1b32d144d20d7
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