zmqpp: fix license information
authorSimon Dawson <spdawson@gmail.com>
Sat, 4 Jan 2014 10:45:44 +0000 (10:45 +0000)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 4 Jan 2014 20:05:12 +0000 (21:05 +0100)
Commit 85d28790cdbaa68179632aca7e5708fead7614f0 bumped the zmqpp Git
snapshot to 30d72d95f2cfdf9c5cedfd56747f549d65e65847.

However, the zmqpp licensing has changed (from MIT to
"LGPLv3+ with exceptions"), and the license file names have changed.

Fixes autobuild failures such as the following.

  http://autobuild.buildroot.net/results/a60/a6029fcb670cd27687a68cb96f0f14f5c13caf47

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/zmqpp/zmqpp.mk

index cfd6f137523e7ffe9645f79e8a7c3a2b425d7e92..9839e660e1d0ef4ef4abb7a5ad79e3a9f6b71f93 100644 (file)
@@ -8,8 +8,8 @@ ZMQPP_VERSION = 30d72d95f2cfdf9c5cedfd56747f549d65e65847
 ZMQPP_SITE = git://github.com/benjamg/zmqpp.git
 ZMQPP_INSTALL_STAGING = YES
 ZMQPP_DEPENDENCIES = zeromq
-ZMQPP_LICENSE = MIT
-ZMQPP_LICENSE_FILES = LICENSE
+ZMQPP_LICENSE = LGPLv3+ with exceptions
+ZMQPP_LICENSE_FILES = COPYING COPYING.LESSER
 
 ZMQPP_MAKE_OPT = LD="$(TARGET_CXX)" BUILD_PATH=./build PREFIX=/usr
 ZMQPP_LDFLAGS = $(TARGET_LDFLAGS) -lpthread