Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 1 | SUMMARY = "General-purpose x86 assembler" |
| 2 | SECTION = "devel" |
| 3 | LICENSE = "BSD-2-Clause" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=90904486f8fbf1861cf42752e1a39efe" |
| 5 | |
Brad Bishop | 96ff198 | 2019-08-19 13:50:42 -0400 | [diff] [blame] | 6 | SRC_URI = "http://www.nasm.us/pub/nasm/releasebuilds/${PV}/nasm-${PV}.tar.bz2 \ |
| 7 | file://CVE-2018-19755.patch \ |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 8 | file://CVE-2019-14248.patch \ |
| 9 | file://0001-stdlib-Add-strlcat.patch \ |
| 10 | file://0002-Add-debug-prefix-map-option.patch \ |
Andrew Geissler | b7d2861 | 2020-07-24 16:15:54 -0500 | [diff] [blame] | 11 | file://0001-fix-pa_add_headers.m4-for-development-versions-of-au.patch \ |
Brad Bishop | 96ff198 | 2019-08-19 13:50:42 -0400 | [diff] [blame] | 12 | " |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 13 | |
| 14 | SRC_URI[md5sum] = "3f489aa48ad2aa1f967dc5e293bbd06f" |
| 15 | SRC_URI[sha256sum] = "34fd26c70a277a9fdd54cb5ecf389badedaf48047b269d1008fbc819b24e80bc" |
| 16 | |
| 17 | # brokensep since this uses autoconf but not automake |
| 18 | inherit autotools-brokensep |
| 19 | |
| 20 | EXTRA_AUTORECONF += "--exclude=aclocal" |
| 21 | |
| 22 | BBCLASSEXTEND = "native" |
| 23 | |
| 24 | DEPENDS = "groff-native" |
| 25 | |
| 26 | CVE_PRODUCT = "netwide_assembler" |