[oe-commits] Khem Raj : cpuburn_1.4.bb: Set COMPATIBLE_HOST to x86 and x86_64 only.

git version control git at git.openembedded.org
Tue Sep 14 02:36:06 UTC 2010


Module: openembedded.git
Branch: master
Commit: c0aa2ce3fc5f1133cdd51202848582649f35f02c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c0aa2ce3fc5f1133cdd51202848582649f35f02c

Author: Khem Raj <raj.khem at gmail.com>
Date:   Fri Sep 10 10:40:07 2010 -0700

cpuburn_1.4.bb: Set COMPATIBLE_HOST to x86 and x86_64 only.

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/cpuburn/cpuburn_1.4.bb |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/recipes/cpuburn/cpuburn_1.4.bb b/recipes/cpuburn/cpuburn_1.4.bb
index 048c450..836ea8f 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"





More information about the Openembedded-commits mailing list