aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLei Yang <lei.yang@windriver.com>2013-05-26 14:04:29 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-05-30 16:58:20 -0400
commit334ef83d43922b0753aa4aa4bb0e741e21f001cd (patch)
treee50b197be46f53c06d27658a85d3b7b27a770bf3
parente3fd5715e39115c00fea4d17adce180e7f2b2ff7 (diff)
dev86: add "COMPATIBLE_HOST" in the recipe
dev86 is only used for x86/x86-64 Signed-off-by: Lei Yang <lei.yang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--recipes-extended/dev86/dev86_0.16.19.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/dev86/dev86_0.16.19.bb b/recipes-extended/dev86/dev86_0.16.19.bb
index ea03812..807504e 100644
--- a/recipes-extended/dev86/dev86_0.16.19.bb
+++ b/recipes-extended/dev86/dev86_0.16.19.bb
@@ -33,5 +33,5 @@ do_install() {
ln -s ../lib/bcc/bcc-cc1 ${D}${prefix}/bin/bcc-cc1
}
-
+COMPATIBLE_HOST = "(i.86|x86_64).*-linux"
FILES_${PN} += "${libdir}/bcc"