diff options
Diffstat (limited to 'meta/recipes-devtools/nasm/nasm_2.16.03.bb')
| -rw-r--r-- | meta/recipes-devtools/nasm/nasm_2.16.03.bb | 23 |
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 @@ | |||
| 1 | SUMMARY = "General-purpose x86 assembler" | ||
| 2 | SECTION = "devel" | ||
| 3 | HOMEPAGE = "http://www.nasm.us/" | ||
| 4 | DESCRIPTION = "The Netwide Assembler (NASM) is an assembler and disassembler for the Intel x86 architecture." | ||
| 5 | LICENSE = "BSD-2-Clause" | ||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=90904486f8fbf1861cf42752e1a39efe" | ||
| 7 | |||
| 8 | SRC_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 | |||
| 13 | SRC_URI[sha256sum] = "bef3de159bcd61adf98bb7cc87ee9046e944644ad76b7633f18ab063edb29e57" | ||
| 14 | |||
| 15 | EXTRA_AUTORECONF:append = " -I autoconf/m4" | ||
| 16 | |||
| 17 | inherit autotools-brokensep | ||
| 18 | |||
| 19 | BBCLASSEXTEND = "native" | ||
| 20 | |||
| 21 | DEPENDS = "groff-native" | ||
| 22 | |||
| 23 | CVE_PRODUCT = "netwide_assembler" | ||
