diff options
| author | Romain Naour <romain.naour@openwide.fr> | 2015-12-19 19:14:44 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-12-20 13:47:31 +0100 |
| commit | 063593b77217630ff11389cfd512fbd6f7bb5c6b (patch) | |
| tree | 5d0151ab3332ea8238b0e476d617a3e4d54241b0 /package/zeromq | |
| parent | f4da09eafd9ff60c3c13716bc7d5265efbcc926c (diff) | |
| download | buildroot-063593b77217630ff11389cfd512fbd6f7bb5c6b.tar.gz buildroot-063593b77217630ff11389cfd512fbd6f7bb5c6b.zip | |
toolchain-external: ADI Blackfin: support only one version
See the conclusion about external toolchains during the Buildroot
meeting [1]:
"In the future, we stick to a single external toolchain version. The
Kconfig symbol should not encode the version (avoid legacy handling)"
[1] http://elinux.org/index.php?title=Buildroot:DeveloperDaysELCE2015#Report
Remove old ADI toolchain handling in glog, openpgm and zeromq.
Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/zeromq')
| -rw-r--r-- | package/zeromq/Config.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/zeromq/Config.in b/package/zeromq/Config.in index aa5c1a8204..b75ed3a818 100644 --- a/package/zeromq/Config.in +++ b/package/zeromq/Config.in @@ -29,8 +29,7 @@ if BR2_PACKAGE_ZEROMQ config BR2_PACKAGE_ZEROMQ_PGM bool "PGM/EPGM support" - depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2014R1 # openpgm - depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2013R1 # openpgm + depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX # openpgm select BR2_PACKAGE_OPENPGM help Add support for Pragmatic General Multicast protocol (RFC 3208) |

