blob: 6a1294c34f3bae7c293d75097b74b6ed7bb23a6a [file] [log] [blame]
Andrew Geissler635e0e42020-08-21 15:58:33 -05001SUMMARY = "General-purpose x86 assembler"
2SECTION = "devel"
3LICENSE = "BSD-2-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=90904486f8fbf1861cf42752e1a39efe"
5
6SRC_URI = "http://www.nasm.us/pub/nasm/releasebuilds/${PV}/nasm-${PV}.tar.bz2 \
7 file://0001-stdlib-Add-strlcat.patch \
8 file://0002-Add-debug-prefix-map-option.patch \
9 "
10
Andrew Geisslerc9f78652020-09-18 14:11:35 -050011SRC_URI[sha256sum] = "3c4b8339e5ab54b1bcb2316101f8985a5da50a3f9e504d43fa6f35668bee2fd0"
Andrew Geissler635e0e42020-08-21 15:58:33 -050012
13EXTRA_AUTORECONF_append = " -I autoconf/m4"
14
Andrew Geisslerc9f78652020-09-18 14:11:35 -050015inherit autotools-brokensep
Andrew Geissler635e0e42020-08-21 15:58:33 -050016
17BBCLASSEXTEND = "native"
18
19DEPENDS = "groff-native"
20
21CVE_PRODUCT = "netwide_assembler"