70c26fcd37
Bump the Git snapshot for the cppzmq package. The newer snapshot now has a separate license file; update license information accordingly. Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
19 lines
535 B
Makefile
19 lines
535 B
Makefile
################################################################################
|
|
#
|
|
# cppzmq
|
|
#
|
|
################################################################################
|
|
|
|
CPPZMQ_VERSION = 235803740753312576495301ebf5b8ed76407173
|
|
CPPZMQ_SITE = git://github.com/zeromq/cppzmq.git
|
|
CPPZMQ_INSTALL_STAGING = YES
|
|
CPPZMQ_DEPENDENCIES = zeromq
|
|
CPPZMQ_LICENSE = MIT
|
|
CPPZMQ_LICENSE_FILES = LICENSE
|
|
|
|
define CPPZMQ_INSTALL_STAGING_CMDS
|
|
$(INSTALL) -m 0644 -D $(@D)/zmq.hpp $(STAGING_DIR)/usr/include/zmq.hpp
|
|
endef
|
|
|
|
$(eval $(generic-package))
|