diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2016-03-26 08:45:05 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-03-26 08:45:05 +0100 |
commit | e321586e3e282903c5bf294eb7fa1ed4a6b17e45 (patch) | |
tree | 4b6ce3432340080cd635e93f7cdb2b88be8016b6 /package/pulseview/Config.in | |
parent | 157dc65fb744c00c972a065079e83458b6249344 (diff) | |
download | buildroot-e321586e3e282903c5bf294eb7fa1ed4a6b17e45.tar.gz buildroot-e321586e3e282903c5bf294eb7fa1ed4a6b17e45.zip |
Revert "pulseview: needs boost atomic/date_time as well"
This reverts commit b0864b0c416c35625d8d7c2ab3cf6040aa174b8d.
As reported by Bernd and Gustavoz, this was caused by a cmake bug which has
been fixed in 3.5.1, so this is no longer needed:
http://public.kitware.com/pipermail/cmake/2016-March/063085.html
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/pulseview/Config.in')
-rw-r--r-- | package/pulseview/Config.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/pulseview/Config.in b/package/pulseview/Config.in index bc14ea0002..bbbfd7672e 100644 --- a/package/pulseview/Config.in +++ b/package/pulseview/Config.in @@ -7,8 +7,6 @@ config BR2_PACKAGE_PULSEVIEW select BR2_PACKAGE_QT5BASE_PNG select BR2_PACKAGE_QT5SVG select BR2_PACKAGE_BOOST - select BR2_PACKAGE_BOOST_ATOMIC - select BR2_PACKAGE_BOOST_DATE_TIME select BR2_PACKAGE_BOOST_FILESYSTEM select BR2_PACKAGE_BOOST_SYSTEM select BR2_PACKAGE_BOOST_THREAD |