zmqpp: fix license information
Commit 85d28790cd
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>
This commit is contained in:
parent
3c71f876fc
commit
38332d86ac
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user