summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/nasm/nasm_2.15.05.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-09-02 23:13:25 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-03 09:44:00 +0100
commitc9c724ffa36757b56e70bc8d7b880c0c5777b153 (patch)
tree5a6de0e4ef61ac884536e9b91a3399942c2964e1 /meta/recipes-devtools/nasm/nasm_2.15.05.bb
parente5f7f40ab0816d20e99f086cfa4161800769d098 (diff)
downloadopenembedded-core-contrib-c9c724ffa36757b56e70bc8d7b880c0c5777b153.tar.gz
nasm: update 2.15.03 -> 2.15.05
Use autotools-brokensep as new version needs that. Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/nasm/nasm_2.15.05.bb')
-rw-r--r--meta/recipes-devtools/nasm/nasm_2.15.05.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-devtools/nasm/nasm_2.15.05.bb b/meta/recipes-devtools/nasm/nasm_2.15.05.bb
new file mode 100644
index 0000000000..6a1294c34f
--- /dev/null
+++ b/meta/recipes-devtools/nasm/nasm_2.15.05.bb
@@ -0,0 +1,21 @@
+SUMMARY = "General-purpose x86 assembler"
+SECTION = "devel"
+LICENSE = "BSD-2-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=90904486f8fbf1861cf42752e1a39efe"
+
+SRC_URI = "http://www.nasm.us/pub/nasm/releasebuilds/${PV}/nasm-${PV}.tar.bz2 \
+ file://0001-stdlib-Add-strlcat.patch \
+ file://0002-Add-debug-prefix-map-option.patch \
+ "
+
+SRC_URI[sha256sum] = "3c4b8339e5ab54b1bcb2316101f8985a5da50a3f9e504d43fa6f35668bee2fd0"
+
+EXTRA_AUTORECONF_append = " -I autoconf/m4"
+
+inherit autotools-brokensep
+
+BBCLASSEXTEND = "native"
+
+DEPENDS = "groff-native"
+
+CVE_PRODUCT = "netwide_assembler"