[oe-commits] [openembedded-core] 16/26: opensbi: Disable SECURITY_CFLAGS since it cant link with libssp

git at git.openembedded.org git at git.openembedded.org
Thu Aug 22 08:26:00 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 a25558b2daf00e5a1d37d8aa624c1265f4c6300e
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Mon Aug 19 09:42:59 2019 -0700

    opensbi: Disable SECURITY_CFLAGS since it cant link with libssp
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-bsp/opensbi/opensbi_0.4.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-bsp/opensbi/opensbi_0.4.bb b/meta/recipes-bsp/opensbi/opensbi_0.4.bb
index 3827528..b030436 100644
--- a/meta/recipes-bsp/opensbi/opensbi_0.4.bb
+++ b/meta/recipes-bsp/opensbi/opensbi_0.4.bb
@@ -49,3 +49,5 @@ FILES_${PN} += "/platform/${RISCV_SBI_PLAT}/firmware/fw_dynamic.*"
 
 COMPATIBLE_HOST = "(riscv64|riscv32).*"
 INHIBIT_PACKAGE_STRIP = "1"
+
+SECURITY_CFLAGS = ""

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


More information about the Openembedded-commits mailing list