diff options
| author | Khem Raj <raj.khem@gmail.com> | 2021-03-13 22:50:45 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-03-14 00:00:20 -0800 |
| commit | ab5c58ffdc5910f49d6d015e2b504b36aff89b1f (patch) | |
| tree | 8a18621433859d08609f6e4ba60d133e2ddec1c8 /meta-oe/recipes-support | |
| parent | 874bdec053fc4467bede5701c74f9389fbdabd3a (diff) | |
| download | meta-openembedded-ab5c58ffdc5910f49d6d015e2b504b36aff89b1f.tar.gz | |
ssiapi: Disable for ppc64
Internal boost headers are missing ppc64 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@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
| -rw-r--r-- | meta-oe/recipes-support/ssiapi/ssiapi_1.3.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 ce46cf5892..9a0da831b2 100644 --- a/meta-oe/recipes-support/ssiapi/ssiapi_1.3.0.bb +++ b/meta-oe/recipes-support/ssiapi/ssiapi_1.3.0.bb | |||
| @@ -36,3 +36,4 @@ do_configure_prepend(){ | |||
| 36 | RDEPENDS_${PN} += "mdadm" | 36 | RDEPENDS_${PN} += "mdadm" |
| 37 | 37 | ||
| 38 | COMPATIBLE_HOST_powerpc = 'null' | 38 | COMPATIBLE_HOST_powerpc = 'null' |
| 39 | COMPATIBLE_HOST_powerpc64le = 'null' | ||
