From c0aa2ce3fc5f1133cdd51202848582649f35f02c Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 10 Sep 2010 10:40:07 -0700 Subject: [PATCH] cpuburn_1.4.bb: Set COMPATIBLE_HOST to x86 and x86_64 only. Signed-off-by: Khem Raj --- recipes/cpuburn/cpuburn_1.4.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/cpuburn/cpuburn_1.4.bb b/recipes/cpuburn/cpuburn_1.4.bb index 048c450571..836ea8f328 100644 --- a/recipes/cpuburn/cpuburn_1.4.bb +++ b/recipes/cpuburn/cpuburn_1.4.bb @@ -21,8 +21,7 @@ cpuburn_do_unpack () { do_install () { oe_runmake install DESTDIR=${D} } - - +COMPATIBLE_HOST = '(x86_64|i.86.*)' SRC_URI[md5sum] = "f9bb5ff68afb6ccfca11718c90bcab68" SRC_URI[sha256sum] = "1b2a1672f455545a28d0f038737e792e8c3b97789f2029f765847fc2a807244a" -- 2.39.5