summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/nasm/nasm_2.14.02.bb
diff options
context:
space:
mode:
authorJoshua Watt <jpewhacker@gmail.com>2019-12-08 22:03:11 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-12-15 09:10:46 +0000
commita14457c7967c6883344b8c3994fe3415129cfed0 (patch)
tree78669a109f9584efbf4959c420e6aac65cff3244 /meta/recipes-devtools/nasm/nasm_2.14.02.bb
parent0b468662b8b67f5ad355a0d9ece422b3d7a7d091 (diff)
downloadpoky-a14457c7967c6883344b8c3994fe3415129cfed0.tar.gz
nasm: Add debug-prefix-map option
Adds an option to nasm to change the prefix for file paths encoded in the object files. This allows builds to be reproducible regardless of the build directory. (From OE-Core rev: ad5c914933c7b38296dcb8bba3c36aed45aacc32) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/nasm/nasm_2.14.02.bb')
-rw-r--r--meta/recipes-devtools/nasm/nasm_2.14.02.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/nasm/nasm_2.14.02.bb b/meta/recipes-devtools/nasm/nasm_2.14.02.bb
index bd4ecea8b6..f8a8d76e99 100644
--- a/meta/recipes-devtools/nasm/nasm_2.14.02.bb
+++ b/meta/recipes-devtools/nasm/nasm_2.14.02.bb
@@ -6,6 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=90904486f8fbf1861cf42752e1a39efe"
6SRC_URI = "http://www.nasm.us/pub/nasm/releasebuilds/${PV}/nasm-${PV}.tar.bz2 \ 6SRC_URI = "http://www.nasm.us/pub/nasm/releasebuilds/${PV}/nasm-${PV}.tar.bz2 \
7 file://CVE-2018-19755.patch \ 7 file://CVE-2018-19755.patch \
8 file://CVE-2019-14248.patch \ 8 file://CVE-2019-14248.patch \
9 file://0001-stdlib-Add-strlcat.patch \
10 file://0002-Add-debug-prefix-map-option.patch \
9 " 11 "
10 12
11SRC_URI[md5sum] = "3f489aa48ad2aa1f967dc5e293bbd06f" 13SRC_URI[md5sum] = "3f489aa48ad2aa1f967dc5e293bbd06f"