diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2010-10-04 15:59:50 -0700 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-10-07 08:24:37 -0700 |
commit | 50ba9c4d40a6f12bc1c024dc2228911d275b4b97 (patch) | |
tree | 97beacd77ad560cb5ec27feae214c3a721dbf793 /meta/recipes-devtools/nasm | |
parent | 8a4298c71c6207f4c209b510f7e4a8bda2501f27 (diff) | |
download | openembedded-core-50ba9c4d40a6f12bc1c024dc2228911d275b4b97.tar.gz openembedded-core-50ba9c4d40a6f12bc1c024dc2228911d275b4b97.tar.bz2 openembedded-core-50ba9c4d40a6f12bc1c024dc2228911d275b4b97.zip |
nasm: fix COMPATIBLE_HOST definition
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/recipes-devtools/nasm')
-rw-r--r-- | meta/recipes-devtools/nasm/nasm_2.07.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/nasm/nasm_2.07.bb b/meta/recipes-devtools/nasm/nasm_2.07.bb index 4e482a04d6..175190b0c2 100644 --- a/meta/recipes-devtools/nasm/nasm_2.07.bb +++ b/meta/recipes-devtools/nasm/nasm_2.07.bb @@ -2,7 +2,7 @@ DESCRIPTION = "General-purpose x86 assembler" SECTION = "devel" LICENSE = "simplifiedBSD" LIC_CHKSUM_FILES = "file://LICENSE;md5=d89d124974e487e5d64da6f1cd8acfbb" -COMPATIBLE_HOST = '(x86_64|i.86.*)-(linux|freebsd.*)' +COMPATIBLE_HOST = '(x86_64|i.86).*-(linux|freebsd.*)' PR = "r0" |