diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/nasm/nasm/0001-fix-pa_add_headers.m4-for-development-versions-of-au.patch | 28 | ||||
-rw-r--r-- | meta/recipes-devtools/nasm/nasm_2.14.02.bb | 1 |
2 files changed, 29 insertions, 0 deletions
diff --git a/meta/recipes-devtools/nasm/nasm/0001-fix-pa_add_headers.m4-for-development-versions-of-au.patch b/meta/recipes-devtools/nasm/nasm/0001-fix-pa_add_headers.m4-for-development-versions-of-au.patch new file mode 100644 index 0000000000..b52dc5ba7b --- /dev/null +++ b/meta/recipes-devtools/nasm/nasm/0001-fix-pa_add_headers.m4-for-development-versions-of-au.patch | |||
@@ -0,0 +1,28 @@ | |||
1 | Upstream-Status: Backport | ||
2 | Signed-off-by: Ross Burton <ross.burton@arm.com> | ||
3 | |||
4 | From 287964d54b64bed833adba307e1d920f8fcf0cbc Mon Sep 17 00:00:00 2001 | ||
5 | From: Ozkan Sezer <sezero@users.sourceforge.net> | ||
6 | Date: Wed, 7 Aug 2019 15:50:50 +0300 | ||
7 | Subject: [PATCH] fix pa_add_headers.m4 for development versions of autoconf | ||
8 | (bug 3392471) | ||
9 | |||
10 | Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com> | ||
11 | --- | ||
12 | autoconf/m4/pa_add_headers.m4 | 3 ++- | ||
13 | 1 file changed, 2 insertions(+), 1 deletion(-) | ||
14 | |||
15 | diff --git a/aclocal.m4 b/aclocal.m4 | ||
16 | index 1af2dd5d..6ce3e6c1 100644 | ||
17 | --- a/aclocal.m4 | ||
18 | +++ b/aclocal.m4 | ||
19 | @@ -169,7 +169,8 @@ dnl -------------------------------------------------------------------------- | ||
20 | AC_DEFUN(_PA_ADD_HEADER, | ||
21 | [AC_CHECK_HEADERS([$1],[ac_includes_default="$ac_includes_default | ||
22 | #include <$1>" | ||
23 | -])]) | ||
24 | +]) | ||
25 | +]) | ||
26 | |||
27 | AC_DEFUN(PA_ADD_HEADERS, | ||
28 | [m4_map_args_w([$1],[_PA_ADD_HEADER(],[)])]) | ||
diff --git a/meta/recipes-devtools/nasm/nasm_2.14.02.bb b/meta/recipes-devtools/nasm/nasm_2.14.02.bb index f8a8d76e99..c40be8fbbf 100644 --- a/meta/recipes-devtools/nasm/nasm_2.14.02.bb +++ b/meta/recipes-devtools/nasm/nasm_2.14.02.bb | |||
@@ -8,6 +8,7 @@ SRC_URI = "http://www.nasm.us/pub/nasm/releasebuilds/${PV}/nasm-${PV}.tar.bz2 \ | |||
8 | file://CVE-2019-14248.patch \ | 8 | file://CVE-2019-14248.patch \ |
9 | file://0001-stdlib-Add-strlcat.patch \ | 9 | file://0001-stdlib-Add-strlcat.patch \ |
10 | file://0002-Add-debug-prefix-map-option.patch \ | 10 | file://0002-Add-debug-prefix-map-option.patch \ |
11 | file://0001-fix-pa_add_headers.m4-for-development-versions-of-au.patch \ | ||
11 | " | 12 | " |
12 | 13 | ||
13 | SRC_URI[md5sum] = "3f489aa48ad2aa1f967dc5e293bbd06f" | 14 | SRC_URI[md5sum] = "3f489aa48ad2aa1f967dc5e293bbd06f" |