diff options
Diffstat (limited to 'meta/packages/liburcu')
-rw-r--r-- | meta/packages/liburcu/liburcu_0.4.6.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/packages/liburcu/liburcu_0.4.6.bb b/meta/packages/liburcu/liburcu_0.4.6.bb index f7be14f36..503b561d3 100644 --- a/meta/packages/liburcu/liburcu_0.4.6.bb +++ b/meta/packages/liburcu/liburcu_0.4.6.bb @@ -17,7 +17,8 @@ inherit autotools # liburcu, which is only used by lttng-ust, may not build on other # platforms, e.g., on ARM, liburcu is only supported on ARMv7l while poky -# only supports armv4/armv4t/armv5te. -# So here let us first suppport x86/mips/powerpc platforms now. -COMPATIBLE_HOST = '(x86_64.*|i.86.*|mips.*|powerpc.*)-linux' +# only supports armv4/armv4t/armv5te. 1 more example: liburcu doesn't support +# MIPS now. +# So here let us first suppport x86/powerpc platforms now. +COMPATIBLE_HOST = '(x86_64.*|i.86.*|powerpc.*)-linux' |