summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2017-06-05 17:48:22 +0200
committerPeter Korsgaard <peter@korsgaard.com>2017-06-07 09:23:47 +0200
commit1c9b77f380de07efecbf6e445793b1552d8a6006 (patch)
tree396f8d43cae969926d775a63e8e89cb1b2fa5a86
parent3a0772c1e6572565532a9d90c08b06bb8a6aca2e (diff)
downloadbuildroot-1c9b77f380de07efecbf6e445793b1552d8a6006.tar.gz
buildroot-1c9b77f380de07efecbf6e445793b1552d8a6006.zip
package/gnuradio: needs boost regex module
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@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/gnuradio/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/gnuradio/Config.in b/package/gnuradio/Config.in
index 0291d70967..178bdc8861 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
OpenPOWER on IntegriCloud