projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a0772c
)
package/gnuradio: needs boost regex module
author
Bernd Kuhls
<bernd.kuhls@t-online.de>
Mon, 5 Jun 2017 15:48:22 +0000
(17:48 +0200)
committer
Peter Korsgaard
<peter@korsgaard.com>
Wed, 7 Jun 2017 07:23:47 +0000
(09:23 +0200)
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>
package/gnuradio/Config.in
patch
|
blob
|
history
diff --git
a/package/gnuradio/Config.in
b/package/gnuradio/Config.in
index 0291d70967790578cd7099443aa3995379706a95..178bdc8861fb5b6e7b7c2d7e28371647fba5fef1 100644
(file)
--- 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