diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2018-12-18 17:30:01 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-03 12:35:54 +0000 |
commit | 9707bb401f54d74b5605b449e2cdd06be750b83b (patch) | |
tree | 11e87c595cc845b8ce5b832cdeffc2ffa98b61f1 /meta/recipes-support/boost/boost.inc | |
parent | 887f864642f318a7132d164d6e34aa5399579e6a (diff) | |
download | poky-9707bb401f54d74b5605b449e2cdd06be750b83b.tar.gz |
boost: update to 1.69.0
Drop upstreamed reproducibility-add-file-directive-to-assembler.patch
Drop signals library as upstream has removed it:
https://www.boost.org/users/history/version_1_69_0.html
(From OE-Core rev: 894d2867275e72caac9181ea3b859d7595268f7f)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/boost/boost.inc')
-rw-r--r-- | meta/recipes-support/boost/boost.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc index c4faea211f..9be3717fd6 100644 --- a/meta/recipes-support/boost/boost.inc +++ b/meta/recipes-support/boost/boost.inc | |||
@@ -21,7 +21,6 @@ BOOST_LIBS = "\ | |||
21 | random \ | 21 | random \ |
22 | regex \ | 22 | regex \ |
23 | serialization \ | 23 | serialization \ |
24 | signals \ | ||
25 | system \ | 24 | system \ |
26 | timer \ | 25 | timer \ |
27 | test \ | 26 | test \ |