summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/nasm/nasm_2.15.03.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:30 +0100
commitadea9902dca76cd41d927dc790f64b7556923d2f (patch)
treed1dd4d54ae9d775774a99dd9ff8540422712da6d /meta/recipes-devtools/nasm/nasm_2.15.03.bb
parentd28b9aaa42301b5c36056719d6d59fee738037d6 (diff)
downloadpoky-adea9902dca76cd41d927dc790f64b7556923d2f.tar.gz
nasm: update 2.15.03 -> 2.15.05
Use autotools-brokensep as new version needs that. (From OE-Core rev: c9c724ffa36757b56e70bc8d7b880c0c5777b153) 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.03.bb')
-rw-r--r--meta/recipes-devtools/nasm/nasm_2.15.03.bb21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta/recipes-devtools/nasm/nasm_2.15.03.bb b/meta/recipes-devtools/nasm/nasm_2.15.03.bb
deleted file mode 100644
index 5c4e28de06..0000000000
--- a/meta/recipes-devtools/nasm/nasm_2.15.03.bb
+++ /dev/null
@@ -1,21 +0,0 @@
1SUMMARY = "General-purpose x86 assembler"
2SECTION = "devel"
3LICENSE = "BSD-2-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=90904486f8fbf1861cf42752e1a39efe"
5
6SRC_URI = "http://www.nasm.us/pub/nasm/releasebuilds/${PV}/nasm-${PV}.tar.bz2 \
7 file://0001-stdlib-Add-strlcat.patch \
8 file://0002-Add-debug-prefix-map-option.patch \
9 "
10
11SRC_URI[sha256sum] = "04e7343d9bf112bffa9fda86f6c7c8b120c2ccd700b882e2db9f57484b1bd778"
12
13EXTRA_AUTORECONF_append = " -I autoconf/m4"
14
15inherit autotools
16
17BBCLASSEXTEND = "native"
18
19DEPENDS = "groff-native"
20
21CVE_PRODUCT = "netwide_assembler"