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-31 10:10:29 +0100 |
commit | 22d9e285febec81b64e817094677ec0bc9065193 (patch) | |
tree | b701d771d8766b8c49acc6a67b1bd5c88f179470 /meta/recipes-devtools/nasm | |
parent | 271b06d8b988ebc138d73bf4c6b7ba68c3c2fab2 (diff) | |
download | poky-22d9e285febec81b64e817094677ec0bc9065193.tar.gz |
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.
(From OE-Core rev: 41d6e5bb295e952de6e1a3e36b313caa58e935bf)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/nasm')
-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" | |||
2 | SECTION = "devel" | 2 | SECTION = "devel" |
3 | LICENSE = "BSD-2-Clause" | 3 | LICENSE = "BSD-2-Clause" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=90904486f8fbf1861cf42752e1a39efe" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=90904486f8fbf1861cf42752e1a39efe" |
5 | COMPATIBLE_HOST = '(x86_64|i.86).*-(linux|freebsd.*)' | ||
6 | 5 | ||
7 | SRC_URI = "http://www.nasm.us/pub/nasm/releasebuilds/${PV}/nasm-${PV}.tar.bz2 " | 6 | SRC_URI = "http://www.nasm.us/pub/nasm/releasebuilds/${PV}/nasm-${PV}.tar.bz2 " |
8 | 7 | ||