diff options
author | Ross Burton <ross.burton@intel.com> | 2017-03-30 12:26:02 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-30 22:52:32 +0100 |
commit | 41d6e5bb295e952de6e1a3e36b313caa58e935bf (patch) | |
tree | 72b5e3b8b97eb6e9904d484b0e042aafd4b832ee | |
parent | 508163bef169cf0d9aa97e73c02d1ecc68480e91 (diff) | |
download | openembedded-core-41d6e5bb295e952de6e1a3e36b313caa58e935bf.tar.gz openembedded-core-41d6e5bb295e952de6e1a3e36b313caa58e935bf.tar.bz2 openembedded-core-41d6e5bb295e952de6e1a3e36b313caa58e935bf.zip |
nasm: remove COMPATIBLE_HOST
nasm can build on every architecture, it just can't generate anything but X86
code. As we can't know what the user intends to do with nasm, remove the
COMPATIBLE_HOST line.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/nasm/nasm_2.12.02.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/nasm/nasm_2.12.02.bb b/meta/recipes-devtools/nasm/nasm_2.12.02.bb index 9c4b60f846..3280b8458b 100644 --- a/meta/recipes-devtools/nasm/nasm_2.12.02.bb +++ b/meta/recipes-devtools/nasm/nasm_2.12.02.bb @@ -2,7 +2,6 @@ SUMMARY = "General-purpose x86 assembler" SECTION = "devel" LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=90904486f8fbf1861cf42752e1a39efe" -COMPATIBLE_HOST = '(x86_64|i.86).*-(linux|freebsd.*)' SRC_URI = "http://www.nasm.us/pub/nasm/releasebuilds/${PV}/nasm-${PV}.tar.bz2 " |