lttng-ust: add COMPATIBLE_HOST to prevent ARM/MIPS world build

Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
Saul Wold 2011-01-02 01:20:38 -08:00
parent d6c4b83ca7
commit f93fd69a63
1 changed files with 7 additions and 0 deletions

View 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'