[Buildroot] [git commit] package/gnuradio: needs boost regex module

Peter Korsgaard peter at korsgaard.com
Wed Jun 7 07:23:47 UTC 2017


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

Since
https://git.gnuradio.org/cgit/gnuradio.git/commit/cmake/Modules/GrBoost.cmake?id=27fbbf22e359e8ec4a04399f3dc139f8c25031cb
gnuradio needs the boost regex module.

Fixes
http://autobuild.buildroot.net/results/d71/d71278032c083c2c4b1bf20b81629225f8965c6e/

Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/gnuradio/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/gnuradio/Config.in b/package/gnuradio/Config.in
index 0291d70..178bdc8 100644
--- a/package/gnuradio/Config.in
+++ b/package/gnuradio/Config.in
@@ -14,6 +14,7 @@ config BR2_PACKAGE_GNURADIO
 	select BR2_PACKAGE_BOOST_DATE_TIME
 	select BR2_PACKAGE_BOOST_FILESYSTEM
 	select BR2_PACKAGE_BOOST_PROGRAM_OPTIONS
+	select BR2_PACKAGE_BOOST_REGEX
 	select BR2_PACKAGE_BOOST_SYSTEM
 	select BR2_PACKAGE_BOOST_THREAD
 	help


More information about the buildroot mailing list