summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/nasm/nasm_2.16.03.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/nasm/nasm_2.16.03.bb')
-rw-r--r--meta/recipes-devtools/nasm/nasm_2.16.03.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta/recipes-devtools/nasm/nasm_2.16.03.bb b/meta/recipes-devtools/nasm/nasm_2.16.03.bb
new file mode 100644
index 0000000000..281f3940e7
--- /dev/null
+++ b/meta/recipes-devtools/nasm/nasm_2.16.03.bb
@@ -0,0 +1,23 @@
1SUMMARY = "General-purpose x86 assembler"
2SECTION = "devel"
3HOMEPAGE = "http://www.nasm.us/"
4DESCRIPTION = "The Netwide Assembler (NASM) is an assembler and disassembler for the Intel x86 architecture."
5LICENSE = "BSD-2-Clause"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=90904486f8fbf1861cf42752e1a39efe"
7
8SRC_URI = "http://www.nasm.us/pub/nasm/releasebuilds/${PV}/nasm-${PV}.tar.bz2 \
9 file://0001-stdlib-Add-strlcat.patch \
10 file://0002-Add-debug-prefix-map-option.patch \
11 "
12
13SRC_URI[sha256sum] = "bef3de159bcd61adf98bb7cc87ee9046e944644ad76b7633f18ab063edb29e57"
14
15EXTRA_AUTORECONF:append = " -I autoconf/m4"
16
17inherit autotools-brokensep
18
19BBCLASSEXTEND = "native"
20
21DEPENDS = "groff-native"
22
23CVE_PRODUCT = "netwide_assembler"