package/uhd: needs boost math
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 5 Sep 2021 21:23:39 +0000 (23:23 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Sun, 12 Sep 2021 12:32:22 +0000 (14:32 +0200)
Lots of uhd components (e.g. examples, USRP1, USRP2) needs boost math
(i.e. https://github.com/EttusResearch/uhd/search?q=boost%3A%3Amath)
resulting in build failures since commit
c577eac16eaae515973faf3013da197516bfd391

Fixes:
 - http://autobuild.buildroot.org/results/70f6db101c9d35cdd88da602a863ddf35706fd7d
 - http://autobuild.buildroot.org/results/5b28591b4c4a7ae4cc6d428c42d96db138ef3ee7

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/uhd/Config.in

index 0d68fda171e8f0500c31ef86de173ac048673a01..248e309dd5e406dd133d335f0011243ac1ed7282 100644 (file)
@@ -21,6 +21,7 @@ config BR2_PACKAGE_UHD
        select BR2_PACKAGE_BOOST_CHRONO
        select BR2_PACKAGE_BOOST_DATE_TIME
        select BR2_PACKAGE_BOOST_FILESYSTEM
+       select BR2_PACKAGE_BOOST_MATH
        select BR2_PACKAGE_BOOST_PROGRAM_OPTIONS
        select BR2_PACKAGE_BOOST_REGEX
        select BR2_PACKAGE_BOOST_SERIALIZATION