]> code.ossystems Code Review - openembedded-core.git/commitdiff
lttng-ust: add COMPATIBLE_HOST to prevent ARM/MIPS world build
authorSaul Wold <sgw@linux.intel.com>
Sun, 2 Jan 2011 09:20:38 +0000 (01:20 -0800)
committerSaul Wold <sgw@linux.intel.com>
Sun, 2 Jan 2011 09:25:41 +0000 (01:25 -0800)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-kernel/lttng/lttng-ust_0.8.bb

index 507ee501e3c3d013eadea3acf84a32f4bd618817..136e5e844a44abc10cf72f443c91a4c4ed2544b7 100644 (file)
@@ -24,3 +24,10 @@ S = "${WORKDIR}/ust-${PV}"
 
 inherit autotools
 
+# Due to liburcu not building on ARM or MIPS currently this recipe needs to
+# be limited also.
+# So here let us first suppport x86/powerpc platforms now.
+COMPATIBLE_HOST = '(x86_64.*|i.86.*|powerpc.*)-linux'
+
+
+