blob: e4f964ce93923af41660366316050bdb223bab15 [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001SUMMARY = "General-purpose x86 assembler"
2SECTION = "devel"
3LICENSE = "BSD-2-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=90904486f8fbf1861cf42752e1a39efe"
5
Brad Bishop96ff1982019-08-19 13:50:42 -04006SRC_URI = "http://www.nasm.us/pub/nasm/releasebuilds/${PV}/nasm-${PV}.tar.bz2 \
7 file://CVE-2018-19755.patch \
8 "
Brad Bishop19323692019-04-05 15:28:33 -04009
10SRC_URI[md5sum] = "3f489aa48ad2aa1f967dc5e293bbd06f"
11SRC_URI[sha256sum] = "34fd26c70a277a9fdd54cb5ecf389badedaf48047b269d1008fbc819b24e80bc"
12
13# brokensep since this uses autoconf but not automake
14inherit autotools-brokensep
15
16EXTRA_AUTORECONF += "--exclude=aclocal"
17
18BBCLASSEXTEND = "native"
19
20DEPENDS = "groff-native"
21
22CVE_PRODUCT = "netwide_assembler"