pulseview: needs boost atomic/date_time as well
authorPeter Korsgaard <peter@korsgaard.com>
Fri, 25 Mar 2016 21:48:16 +0000 (22:48 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 25 Mar 2016 21:48:16 +0000 (22:48 +0100)
Fixes:
http://autobuild.buildroot.net/results/15e/15ebb8bc2b50080c37c635462a5faf63f038f014/
http://autobuild.buildroot.net/results/2ac/2ac1c2fb79a46605be829ddfd44db671ba229f26/

From the cmake log:

  Could not find the following Boost libraries:

          boost_date_time
          boost_atomic

  Some (but not all) of the required Boost libraries were found.  You may
  need to install these additional Boost libraries.  Alternatively, set
  BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT
  to the location of Boost.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/pulseview/Config.in

index bbbfd7672eb0397f2f1629a6a2ad4b42777cf30d..bc14ea000239867934c977eddabab08b31f8ce8b 100644 (file)
@@ -7,6 +7,8 @@ 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