summaryrefslogtreecommitdiffstats
path: root/meta/packages/liburcu
diff options
context:
space:
mode:
authorDexuan Cui <dexuan.cui@intel.com>2010-08-17 13:22:00 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-08-17 22:51:57 +0100
commit07adcbaf97a5cdb166bfcabde6c52a2a21ea572e (patch)
treed709f929e0d01f2b161269f02f061da074965666 /meta/packages/liburcu
parent94f63fa5642f70d993efa0428f46851a2cddc213 (diff)
downloadpoky-07adcbaf97a5cdb166bfcabde6c52a2a21ea572e.tar.gz
lttng-ust: disable MIPS build since liburcu doesn't build on MIPS
lttng-ust depends on liburcu. Unluckily upstream liburcu doesn't support MIPS now. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'meta/packages/liburcu')
-rw-r--r--meta/packages/liburcu/liburcu_0.4.6.bb7
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 f7be14f366..503b561d37 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
17 17
18# liburcu, which is only used by lttng-ust, may not build on other 18# liburcu, which is only used by lttng-ust, may not build on other
19# platforms, e.g., on ARM, liburcu is only supported on ARMv7l while poky 19# platforms, e.g., on ARM, liburcu is only supported on ARMv7l while poky
20# only supports armv4/armv4t/armv5te. 20# only supports armv4/armv4t/armv5te. 1 more example: liburcu doesn't support
21# So here let us first suppport x86/mips/powerpc platforms now. 21# MIPS now.
22COMPATIBLE_HOST = '(x86_64.*|i.86.*|mips.*|powerpc.*)-linux' 22# So here let us first suppport x86/powerpc platforms now.
23COMPATIBLE_HOST = '(x86_64.*|i.86.*|powerpc.*)-linux'
23 24