summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/boost/boost.inc
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-08-26 16:26:28 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-08-28 11:31:21 +0100
commit270a33863e1e221461f85fa6f6657c462db849a1 (patch)
treeadd24a7e864f52fefb0f91aac0e56ea1dec02109 /meta/recipes-support/boost/boost.inc
parent601c222f867bf3316ee9bdbee6f9eccb000c0042 (diff)
downloadpoky-270a33863e1e221461f85fa6f6657c462db849a1.tar.gz
boost: update to 1.71.0
Some notes: - bjam bootstrap scripts were changed, and the patch for that had to be adjusted. tools/build/src/engine/build.sh now supports an --debug option which the bjam-native recipe can use to get the debug build of b2. - a related patch was added to address a speed regression with the debug version of bjam - gcc.jam patch had to be refreshed because boost added more "cpu-flags" lines. - since 1.70.0, boost includes new cmake config files which are packaged in ${PN}-dev now so they make it into the SDK. (although 1.71.0 is needed to fix some bugs in them) (From OE-Core rev: 810aded01fc2ae2c27c2573135c20947453e50c6) 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.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc
index f385541653..e15dce4e1d 100644
--- a/meta/recipes-support/boost/boost.inc
+++ b/meta/recipes-support/boost/boost.inc
@@ -83,7 +83,7 @@ FILES_boost-test = "${libdir}/libboost_prg_exec_monitor*.so.* \
83 83
84# -dev last to pick up the remaining stuff 84# -dev last to pick up the remaining stuff
85PACKAGES += "${PN}-dev ${PN}-staticdev" 85PACKAGES += "${PN}-dev ${PN}-staticdev"
86FILES_${PN}-dev = "${includedir} ${libdir}/libboost_*.so" 86FILES_${PN}-dev = "${includedir} ${libdir}/libboost_*.so ${libdir}/cmake"
87FILES_${PN}-staticdev = "${libdir}/libboost_*.a" 87FILES_${PN}-staticdev = "${libdir}/libboost_*.a"
88 88
89# "boost" is a metapackage which pulls in all boost librabries 89# "boost" is a metapackage which pulls in all boost librabries