[oe-commits] [meta-openembedded] 03/05: ssiapi: Needs boost/ppc support

git at git.openembedded.org git at git.openembedded.org
Thu Jan 16 19:13:08 UTC 2020


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

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 16dc28f01da4c7eaeb2a2e1a5ba5fa727cfa3260
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Thu Jan 16 10:31:32 2020 -0800

    ssiapi: Needs boost/ppc support
    
    Internal boost headers are missing ppc support
    ssiapi.1.3.0/lib/boost/smart_ptr/detail/sp_counted_base.hpp:66:11: fatal error: boost/smart_ptr/detail/sp_counted_base_gcc_ppc.hpp: No such file or directory
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-support/ssiapi/ssiapi_1.3.0.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-support/ssiapi/ssiapi_1.3.0.bb b/meta-oe/recipes-support/ssiapi/ssiapi_1.3.0.bb
index eb08681..ce46cf5 100644
--- a/meta-oe/recipes-support/ssiapi/ssiapi_1.3.0.bb
+++ b/meta-oe/recipes-support/ssiapi/ssiapi_1.3.0.bb
@@ -34,3 +34,5 @@ do_configure_prepend(){
 }
 
 RDEPENDS_${PN} += "mdadm"
+
+COMPATIBLE_HOST_powerpc = 'null'

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


More information about the Openembedded-commits mailing list