Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 1 | SUMMARY = "General-purpose x86 assembler" |
| 2 | SECTION = "devel" |
| 3 | HOMEPAGE = "http://www.nasm.us/" |
| 4 | DESCRIPTION = "The Netwide Assembler (NASM) is an assembler and disassembler for the Intel x86 architecture." |
| 5 | LICENSE = "BSD-2-Clause" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=90904486f8fbf1861cf42752e1a39efe" |
| 7 | |
| 8 | SRC_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 | |
| 13 | SRC_URI[sha256sum] = "35b6ad2ee048d41c4779f073f3efca7762a822b7d2d4ef4e8df24cf65747bb2e" |
| 14 | |
| 15 | EXTRA_AUTORECONF:append = " -I autoconf/m4" |
| 16 | |
| 17 | inherit autotools-brokensep |
| 18 | |
| 19 | BBCLASSEXTEND = "native" |
| 20 | |
| 21 | DEPENDS = "groff-native" |
| 22 | |
| 23 | CVE_PRODUCT = "netwide_assembler" |