diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-09-10 10:40:07 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-09-13 19:35:35 -0700 |
commit | c0aa2ce3fc5f1133cdd51202848582649f35f02c (patch) | |
tree | b61e3dfc127907288060b93bb6c7a593bc89d267 | |
parent | 61583a0a0ccb2a01b773de63395c07fd6f69c40a (diff) |
cpuburn_1.4.bb: Set COMPATIBLE_HOST to x86 and x86_64 only.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | 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 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" |