blob: edc17aeebfbacec0b5649c4f68129751224654fa [file] [log] [blame]
Andrew Geissler635e0e42020-08-21 15:58:33 -05001SUMMARY = "General-purpose x86 assembler"
2SECTION = "devel"
Andrew Geissler90fd73c2021-03-05 15:25:55 -06003HOMEPAGE = "http://www.nasm.us/"
4DESCRIPTION = "The Netwide Assembler (NASM) is an assembler and disassembler for the Intel x86 architecture."
Andrew Geissler635e0e42020-08-21 15:58:33 -05005LICENSE = "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
Andrew Geisslerc9f78652020-09-18 14:11:35 -050013SRC_URI[sha256sum] = "3c4b8339e5ab54b1bcb2316101f8985a5da50a3f9e504d43fa6f35668bee2fd0"
Andrew Geissler635e0e42020-08-21 15:58:33 -050014
Patrick Williams213cb262021-08-07 19:21:33 -050015EXTRA_AUTORECONF:append = " -I autoconf/m4"
Andrew Geissler635e0e42020-08-21 15:58:33 -050016
Andrew Geisslerc9f78652020-09-18 14:11:35 -050017inherit autotools-brokensep
Andrew Geissler635e0e42020-08-21 15:58:33 -050018
19BBCLASSEXTEND = "native"
20
21DEPENDS = "groff-native"
22
23CVE_PRODUCT = "netwide_assembler"