summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2019-03-18 09:45:35 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-04-09 22:15:45 +0100
commite7f0177ef3b6e06b8bc1722fca0241fef08a1530 (patch)
tree95c9e61dab58fb86a89199c71244d1601cd57d5f
parentfaeb366bc3eb322f5f203cfe08dc4cf529a822e9 (diff)
downloadpoky-yocto-2.6.2.tar.gz
Revert "boost: update to 1.69.0"yocto-2.6.2thud-20.0.2
This reverts commit a384248938ea9db096866bf4ec8678d35ca62a12. This package update slipped in doing the maint process. Removing it. (From OE-Core rev: fddd3ca8490adaceab6491632cf249c2320e4fda) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-support/boost/bjam-native_1.68.0.bb (renamed from meta/recipes-support/boost/bjam-native_1.69.0.bb)0
-rw-r--r--meta/recipes-support/boost/boost-1.68.0.inc (renamed from meta/recipes-support/boost/boost-1.69.0.inc)4
-rw-r--r--meta/recipes-support/boost/boost.inc1
-rw-r--r--meta/recipes-support/boost/boost/0003-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch (renamed from meta/recipes-support/boost/boost/0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch)23
-rw-r--r--meta/recipes-support/boost/boost/reproducibility-add-file-directive-to-assembler.patch243
-rw-r--r--meta/recipes-support/boost/boost_1.68.0.bb (renamed from meta/recipes-support/boost/boost_1.69.0.bb)6
6 files changed, 263 insertions, 14 deletions
diff --git a/meta/recipes-support/boost/bjam-native_1.69.0.bb b/meta/recipes-support/boost/bjam-native_1.68.0.bb
index 94f96e62d8..94f96e62d8 100644
--- a/meta/recipes-support/boost/bjam-native_1.69.0.bb
+++ b/meta/recipes-support/boost/bjam-native_1.68.0.bb
diff --git a/meta/recipes-support/boost/boost-1.69.0.inc b/meta/recipes-support/boost/boost-1.68.0.inc
index 923436b1e0..b367a80b64 100644
--- a/meta/recipes-support/boost/boost-1.69.0.inc
+++ b/meta/recipes-support/boost/boost-1.68.0.inc
@@ -12,8 +12,8 @@ BOOST_MAJ = "${@"_".join(d.getVar("PV").split(".")[0:2])}"
12BOOST_P = "boost_${BOOST_VER}" 12BOOST_P = "boost_${BOOST_VER}"
13 13
14SRC_URI = "${SOURCEFORGE_MIRROR}/project/boost/boost/${PV}/${BOOST_P}.tar.bz2" 14SRC_URI = "${SOURCEFORGE_MIRROR}/project/boost/boost/${PV}/${BOOST_P}.tar.bz2"
15SRC_URI[md5sum] = "a1332494397bf48332cb152abfefcec2" 15SRC_URI[md5sum] = "7fbd1890f571051f2a209681d57d486a"
16SRC_URI[sha256sum] = "8f32d4617390d1c2d16f26a27ab60d97807b35440d45891fa340fc2648b04406" 16SRC_URI[sha256sum] = "7f6130bc3cf65f56a618888ce9d5ea704fa10b462be126ad053e80e553d6d8b7"
17 17
18UPSTREAM_CHECK_URI = "http://www.boost.org/users/download/" 18UPSTREAM_CHECK_URI = "http://www.boost.org/users/download/"
19UPSTREAM_CHECK_REGEX = "boostorg/release/(?P<pver>.*)/source/" 19UPSTREAM_CHECK_REGEX = "boostorg/release/(?P<pver>.*)/source/"
diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc
index 9be3717fd6..c4faea211f 100644
--- a/meta/recipes-support/boost/boost.inc
+++ b/meta/recipes-support/boost/boost.inc
@@ -21,6 +21,7 @@ BOOST_LIBS = "\
21 random \ 21 random \
22 regex \ 22 regex \
23 serialization \ 23 serialization \
24 signals \
24 system \ 25 system \
25 timer \ 26 timer \
26 test \ 27 test \
diff --git a/meta/recipes-support/boost/boost/0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch b/meta/recipes-support/boost/boost/0003-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch
index 8944cb37b4..fb6d9711b9 100644
--- a/meta/recipes-support/boost/boost/0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch
+++ b/meta/recipes-support/boost/boost/0003-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch
@@ -1,20 +1,21 @@
1From 3e4eb02eb5951058bc6f8dffbf049eb189df8291 Mon Sep 17 00:00:00 2001 1From 0868761e7d2d75d472090e3ef96f3d2f9ced27f3 Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex.kanavin@gmail.com> 2From: Christopher Larson <chris_larson@mentor.com>
3Date: Tue, 18 Dec 2018 15:42:57 +0100 3Date: Tue, 13 Dec 2016 10:29:32 -0700
4Subject: [PATCH] Don't set up arch/instruction-set flags, we do that ourselves 4Subject: [PATCH 5/6] Don't set up arch/instruction-set flags, we do that
5 ourselves
5 6
6Upstream-Status: Inappropriate 7Upstream-Status: Inappropriate
7Signed-off-by: Christopher Larson <chris_larson@mentor.com> 8Signed-off-by: Christopher Larson <chris_larson@mentor.com>
8Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> 9
9--- 10---
10 tools/build/src/tools/gcc.jam | 128 ---------------------------------- 11 tools/build/src/tools/gcc.jam | 127 ------------------------------------------
11 1 file changed, 128 deletions(-) 12 1 file changed, 127 deletions(-)
12 13
13diff --git a/tools/build/src/tools/gcc.jam b/tools/build/src/tools/gcc.jam 14diff --git a/tools/build/src/tools/gcc.jam b/tools/build/src/tools/gcc.jam
14index c57c773f..28618fb1 100644 15index e3b1b952..e4fc6c32 100644
15--- a/tools/build/src/tools/gcc.jam 16--- a/tools/build/src/tools/gcc.jam
16+++ b/tools/build/src/tools/gcc.jam 17+++ b/tools/build/src/tools/gcc.jam
17@@ -1152,131 +1152,3 @@ local rule cpu-flags ( toolset variable : architecture : instruction-set + : 18@@ -1276,130 +1276,3 @@ local rule cpu-flags ( toolset variable : architecture : instruction-set + :
18 <architecture>$(architecture)/<instruction-set>$(instruction-set) 19 <architecture>$(architecture)/<instruction-set>$(instruction-set)
19 : $(values) ; 20 : $(values) ;
20 } 21 }
@@ -64,7 +65,6 @@ index c57c773f..28618fb1 100644
64-cpu-flags gcc OPTIONS : x86 : skylake : -march=skylake ; 65-cpu-flags gcc OPTIONS : x86 : skylake : -march=skylake ;
65-cpu-flags gcc OPTIONS : x86 : skylake-avx512 : -march=skylake-avx512 ; 66-cpu-flags gcc OPTIONS : x86 : skylake-avx512 : -march=skylake-avx512 ;
66-cpu-flags gcc OPTIONS : x86 : cannonlake : -march=skylake-avx512 -mavx512vbmi -mavx512ifma -msha ; 67-cpu-flags gcc OPTIONS : x86 : cannonlake : -march=skylake-avx512 -mavx512vbmi -mavx512ifma -msha ;
67-cpu-flags gcc OPTIONS : x86 : icelake : -march=icelake ;
68-cpu-flags gcc OPTIONS : x86 : k6 : -march=k6 ; 68-cpu-flags gcc OPTIONS : x86 : k6 : -march=k6 ;
69-cpu-flags gcc OPTIONS : x86 : k6-2 : -march=k6-2 ; 69-cpu-flags gcc OPTIONS : x86 : k6-2 : -march=k6-2 ;
70-cpu-flags gcc OPTIONS : x86 : k6-3 : -march=k6-3 ; 70-cpu-flags gcc OPTIONS : x86 : k6-3 : -march=k6-3 ;
@@ -146,3 +146,6 @@ index c57c773f..28618fb1 100644
146-cpu-flags gcc OPTIONS : power : rs64a : -mcpu=rs64 ; 146-cpu-flags gcc OPTIONS : power : rs64a : -mcpu=rs64 ;
147-# AIX variant of RS/6000 & PowerPC 147-# AIX variant of RS/6000 & PowerPC
148-toolset.flags gcc AROPTIONS <address-model>64/<target-os>aix : "-X64" ; 148-toolset.flags gcc AROPTIONS <address-model>64/<target-os>aix : "-X64" ;
149--
1502.15.1
151
diff --git a/meta/recipes-support/boost/boost/reproducibility-add-file-directive-to-assembler.patch b/meta/recipes-support/boost/boost/reproducibility-add-file-directive-to-assembler.patch
new file mode 100644
index 0000000000..155653316c
--- /dev/null
+++ b/meta/recipes-support/boost/boost/reproducibility-add-file-directive-to-assembler.patch
@@ -0,0 +1,243 @@
1Author: Douglas Royds <douglas.royds@taitradio.com>
2Date: Thu Nov 22 09:34:22 2018 +1300
3
4Add a .file directive explicitly for all *_elf_gas.S files to prevent the linker
5adding a host build-system path as a FILE symbol to the object file.
6
7This replaces the existing patch that added the .file directive to a small
8subset of these files.
9
10Upstream-Status: Submitted [https://github.com/boostorg/context/issues/91]
11Signed-off-by: Douglas Royds <douglas.royds@taitradio.com>
12
13diff -ur boost_1_68_0.original/libs/context/src/asm/jump_arm64_aapcs_elf_gas.S boost_1_68_0/libs/context/src/asm/jump_arm64_aapcs_elf_gas.S
14--- boost_1_68_0.original/libs/context/src/asm/jump_arm64_aapcs_elf_gas.S 2018-11-21 16:31:18.601760893 +1300
15+++ boost_1_68_0/libs/context/src/asm/jump_arm64_aapcs_elf_gas.S 2018-11-22 09:04:27.900876941 +1300
16@@ -51,6 +51,7 @@
17 * *
18 *******************************************************/
19
20+.file "jump_arm64_aapcs_elf_gas.S"
21 .text
22 .align 2
23 .global jump_fcontext
24diff -ur boost_1_68_0.original/libs/context/src/asm/jump_arm_aapcs_elf_gas.S boost_1_68_0/libs/context/src/asm/jump_arm_aapcs_elf_gas.S
25--- boost_1_68_0.original/libs/context/src/asm/jump_arm_aapcs_elf_gas.S 2018-11-21 16:31:18.601760893 +1300
26+++ boost_1_68_0/libs/context/src/asm/jump_arm_aapcs_elf_gas.S 2018-11-22 09:04:28.876898240 +1300
27@@ -38,6 +38,7 @@
28 * *
29 *******************************************************/
30
31+.file "jump_arm_aapcs_elf_gas.S"
32 .text
33 .globl jump_fcontext
34 .align 2
35diff -ur boost_1_68_0.original/libs/context/src/asm/jump_i386_sysv_elf_gas.S boost_1_68_0/libs/context/src/asm/jump_i386_sysv_elf_gas.S
36--- boost_1_68_0.original/libs/context/src/asm/jump_i386_sysv_elf_gas.S 2018-11-21 16:31:18.601760893 +1300
37+++ boost_1_68_0/libs/context/src/asm/jump_i386_sysv_elf_gas.S 2018-11-22 09:04:29.904920674 +1300
38@@ -24,6 +24,7 @@
39 * *
40 ****************************************************************************************/
41
42+.file "jump_i386_sysv_elf_gas.S"
43 .text
44 .globl jump_fcontext
45 .align 2
46diff -ur boost_1_68_0.original/libs/context/src/asm/jump_mips32_o32_elf_gas.S boost_1_68_0/libs/context/src/asm/jump_mips32_o32_elf_gas.S
47--- boost_1_68_0.original/libs/context/src/asm/jump_mips32_o32_elf_gas.S 2018-11-21 16:31:18.601760893 +1300
48+++ boost_1_68_0/libs/context/src/asm/jump_mips32_o32_elf_gas.S 2018-11-22 09:04:41.021163195 +1300
49@@ -38,6 +38,7 @@
50 * *
51 * *****************************************************/
52
53+.file "jump_mips32_o32_elf_gas.S"
54 .text
55 .globl jump_fcontext
56 .align 2
57diff -ur boost_1_68_0.original/libs/context/src/asm/jump_ppc32_sysv_elf_gas.S boost_1_68_0/libs/context/src/asm/jump_ppc32_sysv_elf_gas.S
58--- boost_1_68_0.original/libs/context/src/asm/jump_ppc32_sysv_elf_gas.S 2018-11-21 16:31:18.601760893 +1300
59+++ boost_1_68_0/libs/context/src/asm/jump_ppc32_sysv_elf_gas.S 2018-11-22 09:04:42.281190679 +1300
60@@ -73,6 +73,7 @@
61 * *
62 *******************************************************/
63
64+.file "jump_ppc32_sysv_elf_gas.S"
65 .text
66 .globl jump_fcontext
67 .align 2
68diff -ur boost_1_68_0.original/libs/context/src/asm/jump_ppc64_sysv_elf_gas.S boost_1_68_0/libs/context/src/asm/jump_ppc64_sysv_elf_gas.S
69--- boost_1_68_0.original/libs/context/src/asm/jump_ppc64_sysv_elf_gas.S 2018-11-21 16:31:18.601760893 +1300
70+++ boost_1_68_0/libs/context/src/asm/jump_ppc64_sysv_elf_gas.S 2018-11-22 09:04:43.193210571 +1300
71@@ -66,6 +66,7 @@
72 * *
73 *******************************************************/
74
75+.file "jump_ppc64_sysv_elf_gas.S"
76 .globl jump_fcontext
77 #if _CALL_ELF == 2
78 .text
79diff -ur boost_1_68_0.original/libs/context/src/asm/jump_x86_64_sysv_elf_gas.S boost_1_68_0/libs/context/src/asm/jump_x86_64_sysv_elf_gas.S
80--- boost_1_68_0.original/libs/context/src/asm/jump_x86_64_sysv_elf_gas.S 2018-11-21 16:31:18.601760893 +1300
81+++ boost_1_68_0/libs/context/src/asm/jump_x86_64_sysv_elf_gas.S 2018-11-22 09:04:44.213232818 +1300
82@@ -24,6 +24,7 @@
83 * *
84 ****************************************************************************************/
85
86+.file "jump_x86_64_sysv_elf_gas.S"
87 .text
88 .globl jump_fcontext
89 .type jump_fcontext,@function
90diff -ur boost_1_68_0.original/libs/context/src/asm/make_arm64_aapcs_elf_gas.S boost_1_68_0/libs/context/src/asm/make_arm64_aapcs_elf_gas.S
91--- boost_1_68_0.original/libs/context/src/asm/make_arm64_aapcs_elf_gas.S 2018-11-21 16:31:18.601760893 +1300
92+++ boost_1_68_0/libs/context/src/asm/make_arm64_aapcs_elf_gas.S 2018-11-22 09:04:45.153253319 +1300
93@@ -51,6 +51,7 @@
94 * *
95 *******************************************************/
96
97+.file "make_arm64_aapcs_elf_gas.S"
98 .text
99 .align 2
100 .global make_fcontext
101diff -ur boost_1_68_0.original/libs/context/src/asm/make_arm_aapcs_elf_gas.S boost_1_68_0/libs/context/src/asm/make_arm_aapcs_elf_gas.S
102--- boost_1_68_0.original/libs/context/src/asm/make_arm_aapcs_elf_gas.S 2018-11-21 16:31:18.601760893 +1300
103+++ boost_1_68_0/libs/context/src/asm/make_arm_aapcs_elf_gas.S 2018-11-22 09:04:46.097273908 +1300
104@@ -38,6 +38,7 @@
105 * *
106 *******************************************************/
107
108+.file "make_arm_aapcs_elf_gas.S"
109 .text
110 .globl make_fcontext
111 .align 2
112diff -ur boost_1_68_0.original/libs/context/src/asm/make_i386_sysv_elf_gas.S boost_1_68_0/libs/context/src/asm/make_i386_sysv_elf_gas.S
113--- boost_1_68_0.original/libs/context/src/asm/make_i386_sysv_elf_gas.S 2018-11-21 16:31:18.601760893 +1300
114+++ boost_1_68_0/libs/context/src/asm/make_i386_sysv_elf_gas.S 2018-11-22 09:04:46.973293012 +1300
115@@ -24,6 +24,7 @@
116 * *
117 ****************************************************************************************/
118
119+.file "make_i386_sysv_elf_gas.S"
120 .text
121 .globl make_fcontext
122 .align 2
123diff -ur boost_1_68_0.original/libs/context/src/asm/make_mips32_o32_elf_gas.S boost_1_68_0/libs/context/src/asm/make_mips32_o32_elf_gas.S
124--- boost_1_68_0.original/libs/context/src/asm/make_mips32_o32_elf_gas.S 2018-11-21 16:31:18.601760893 +1300
125+++ boost_1_68_0/libs/context/src/asm/make_mips32_o32_elf_gas.S 2018-11-22 09:04:47.925313772 +1300
126@@ -38,6 +38,7 @@
127 * *
128 * *****************************************************/
129
130+.file "make_mips32_o32_elf_gas.S"
131 .text
132 .globl make_fcontext
133 .align 2
134diff -ur boost_1_68_0.original/libs/context/src/asm/make_ppc32_sysv_elf_gas.S boost_1_68_0/libs/context/src/asm/make_ppc32_sysv_elf_gas.S
135--- boost_1_68_0.original/libs/context/src/asm/make_ppc32_sysv_elf_gas.S 2018-11-21 16:31:18.601760893 +1300
136+++ boost_1_68_0/libs/context/src/asm/make_ppc32_sysv_elf_gas.S 2018-11-22 09:04:48.865334271 +1300
137@@ -73,6 +73,7 @@
138 * *
139 *******************************************************/
140
141+.file "make_ppc32_sysv_elf_gas.S"
142 .text
143 .globl make_fcontext
144 .align 2
145diff -ur boost_1_68_0.original/libs/context/src/asm/make_ppc64_sysv_elf_gas.S boost_1_68_0/libs/context/src/asm/make_ppc64_sysv_elf_gas.S
146--- boost_1_68_0.original/libs/context/src/asm/make_ppc64_sysv_elf_gas.S 2018-11-21 16:31:18.601760893 +1300
147+++ boost_1_68_0/libs/context/src/asm/make_ppc64_sysv_elf_gas.S 2018-11-22 09:04:50.049360089 +1300
148@@ -66,6 +66,7 @@
149 * *
150 *******************************************************/
151
152+.file "make_ppc64_sysv_elf_gas.S"
153 .globl make_fcontext
154 #if _CALL_ELF == 2
155 .text
156diff -ur boost_1_68_0.original/libs/context/src/asm/make_x86_64_sysv_elf_gas.S boost_1_68_0/libs/context/src/asm/make_x86_64_sysv_elf_gas.S
157--- boost_1_68_0.original/libs/context/src/asm/make_x86_64_sysv_elf_gas.S 2018-11-21 16:31:18.601760893 +1300
158+++ boost_1_68_0/libs/context/src/asm/make_x86_64_sysv_elf_gas.S 2018-11-22 09:04:51.117383378 +1300
159@@ -24,6 +24,7 @@
160 * *
161 ****************************************************************************************/
162
163+.file "make_x86_64_sysv_elf_gas.S"
164 .text
165 .globl make_fcontext
166 .type make_fcontext,@function
167diff -ur boost_1_68_0.original/libs/context/src/asm/ontop_arm64_aapcs_elf_gas.S boost_1_68_0/libs/context/src/asm/ontop_arm64_aapcs_elf_gas.S
168--- boost_1_68_0.original/libs/context/src/asm/ontop_arm64_aapcs_elf_gas.S 2018-11-21 16:31:18.601760893 +1300
169+++ boost_1_68_0/libs/context/src/asm/ontop_arm64_aapcs_elf_gas.S 2018-11-22 09:04:52.201407013 +1300
170@@ -51,6 +51,7 @@
171 * *
172 *******************************************************/
173
174+.file "ontop_arm64_aapcs_elf_gas.S"
175 .text
176 .align 2
177 .global ontop_fcontext
178diff -ur boost_1_68_0.original/libs/context/src/asm/ontop_arm_aapcs_elf_gas.S boost_1_68_0/libs/context/src/asm/ontop_arm_aapcs_elf_gas.S
179--- boost_1_68_0.original/libs/context/src/asm/ontop_arm_aapcs_elf_gas.S 2018-11-21 16:31:18.605760935 +1300
180+++ boost_1_68_0/libs/context/src/asm/ontop_arm_aapcs_elf_gas.S 2018-11-22 09:04:53.269430300 +1300
181@@ -38,6 +38,7 @@
182 * *
183 *******************************************************/
184
185+.file "ontop_arm_aapcs_elf_gas.S"
186 .text
187 .globl ontop_fcontext
188 .align 2
189diff -ur boost_1_68_0.original/libs/context/src/asm/ontop_i386_sysv_elf_gas.S boost_1_68_0/libs/context/src/asm/ontop_i386_sysv_elf_gas.S
190--- boost_1_68_0.original/libs/context/src/asm/ontop_i386_sysv_elf_gas.S 2018-11-21 16:31:18.605760935 +1300
191+++ boost_1_68_0/libs/context/src/asm/ontop_i386_sysv_elf_gas.S 2018-11-22 09:04:54.389454719 +1300
192@@ -24,6 +24,7 @@
193 * *
194 ****************************************************************************************/
195
196+.file "ontop_i386_sysv_elf_gas.S"
197 .text
198 .globl ontop_fcontext
199 .align 2
200diff -ur boost_1_68_0.original/libs/context/src/asm/ontop_mips32_o32_elf_gas.S boost_1_68_0/libs/context/src/asm/ontop_mips32_o32_elf_gas.S
201--- boost_1_68_0.original/libs/context/src/asm/ontop_mips32_o32_elf_gas.S 2018-11-21 16:31:18.605760935 +1300
202+++ boost_1_68_0/libs/context/src/asm/ontop_mips32_o32_elf_gas.S 2018-11-22 09:04:55.657482363 +1300
203@@ -38,6 +38,7 @@
204 * *
205 * *****************************************************/
206
207+.file "ontop_mips32_o32_elf_gas.S"
208 .text
209 .globl ontop_fcontext
210 .align 2
211diff -ur boost_1_68_0.original/libs/context/src/asm/ontop_ppc32_sysv_elf_gas.S boost_1_68_0/libs/context/src/asm/ontop_ppc32_sysv_elf_gas.S
212--- boost_1_68_0.original/libs/context/src/asm/ontop_ppc32_sysv_elf_gas.S 2018-11-21 16:31:18.605760935 +1300
213+++ boost_1_68_0/libs/context/src/asm/ontop_ppc32_sysv_elf_gas.S 2018-11-22 09:04:56.777506781 +1300
214@@ -73,6 +73,7 @@
215 * *
216 *******************************************************/
217
218+.file "ontop_ppc32_sysv_elf_gas.S"
219 .text
220 .globl ontop_fcontext
221 .align 2
222diff -ur boost_1_68_0.original/libs/context/src/asm/ontop_ppc64_sysv_elf_gas.S boost_1_68_0/libs/context/src/asm/ontop_ppc64_sysv_elf_gas.S
223--- boost_1_68_0.original/libs/context/src/asm/ontop_ppc64_sysv_elf_gas.S 2018-11-21 16:31:18.605760935 +1300
224+++ boost_1_68_0/libs/context/src/asm/ontop_ppc64_sysv_elf_gas.S 2018-11-22 09:04:58.485544015 +1300
225@@ -66,6 +66,7 @@
226 * *
227 *******************************************************/
228
229+.file "ontop_ppc64_sysv_elf_gas.S"
230 .globl ontop_fcontext
231 #if _CALL_ELF == 2
232 .text
233diff -ur boost_1_68_0.original/libs/context/src/asm/ontop_x86_64_sysv_elf_gas.S boost_1_68_0/libs/context/src/asm/ontop_x86_64_sysv_elf_gas.S
234--- boost_1_68_0.original/libs/context/src/asm/ontop_x86_64_sysv_elf_gas.S 2018-11-21 16:31:18.605760935 +1300
235+++ boost_1_68_0/libs/context/src/asm/ontop_x86_64_sysv_elf_gas.S 2018-11-22 09:04:59.609568516 +1300
236@@ -24,6 +24,7 @@
237 * *
238 ****************************************************************************************/
239
240+.file "ontop_x86_64_sysv_elf_gas.S"
241 .text
242 .globl ontop_fcontext
243 .type ontop_fcontext,@function
diff --git a/meta/recipes-support/boost/boost_1.69.0.bb b/meta/recipes-support/boost/boost_1.68.0.bb
index 324b46f168..82e36fd732 100644
--- a/meta/recipes-support/boost/boost_1.69.0.bb
+++ b/meta/recipes-support/boost/boost_1.68.0.bb
@@ -1,9 +1,11 @@
1require boost-${PV}.inc 1require boost-${PV}.inc
2require boost.inc 2require boost.inc
3 3
4SRC_URI += "file://arm-intrinsics.patch \ 4SRC_URI += "\
5 file://arm-intrinsics.patch \
5 file://boost-CVE-2012-2677.patch \ 6 file://boost-CVE-2012-2677.patch \
6 file://boost-math-disable-pch-for-gcc.patch \ 7 file://boost-math-disable-pch-for-gcc.patch \
7 file://0001-Apply-boost-1.62.0-no-forced-flags.patch.patch \ 8 file://0001-Apply-boost-1.62.0-no-forced-flags.patch.patch \
8 file://0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch \ 9 file://0003-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch \
10 file://reproducibility-add-file-directive-to-assembler.patch \
9 " 11 "