zeromq: drop required openpgm library comment
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Wed, 9 Mar 2016 09:41:53 +0000 (06:41 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 10 Mar 2016 22:53:20 +0000 (23:53 +0100)
It's obvious, buildroot has it and it's selected/depended upon.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/zeromq/Config.in

index b75ed3a818baf1d1eb54b9aa10c868a5671275a7..c780f25b8a886aec44f017faf765f996ee748862 100644 (file)
@@ -34,6 +34,6 @@ config BR2_PACKAGE_ZEROMQ_PGM
        help
          Add support for Pragmatic General Multicast protocol (RFC 3208)
          implemented either over raw IP packets or UDP datagrams
-         (encapsulated PGM). This requires OpenPGM library.
+         (encapsulated PGM).
 
 endif