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>
This commit is contained in:
Lei Yang 2013-05-26 14:04:29 +08:00 committed by Bruce Ashfield
parent e3fd5715e3
commit 334ef83d43

View File

@ -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"