mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/uhd: needs boost math
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 commitc577eac16eFixes: - 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> (cherry picked from commitd5eb075d55) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
b6931079d3
commit
02b5cf1a97
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user