[Buildroot] [git commit] package/uhd: needs boost math

Arnout Vandecappelle (Essensium/Mind) arnout at mind.be
Sun Sep 12 12:32:22 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=d5eb075d55c038ac26acaaed9781cf4589180539
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 at gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
---
 package/uhd/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/uhd/Config.in b/package/uhd/Config.in
index 0d68fda171..248e309dd5 100644
--- a/package/uhd/Config.in
+++ b/package/uhd/Config.in
@@ -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


More information about the buildroot mailing list