xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/nasm/nasm_2.15.05.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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] = "3c4b8339e5ab54b1bcb2316101f8985a5da50a3f9e504d43fa6f35668bee2fd0"
14
15EXTRA_AUTORECONF:append = " -I autoconf/m4"
16
17inherit autotools-brokensep
18
19BBCLASSEXTEND = "native"
20
21DEPENDS = "groff-native"
22
23CVE_PRODUCT = "netwide_assembler"
24