summaryrefslogtreecommitdiffstats
path: root/meta/packages/liburcu/liburcu_0.4.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/liburcu/liburcu_0.4.6.bb')
-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