e6ea6b7865
There is no benefit in using the shortened git revision hash. On the contrary: the shorter the hash, the higher the risk of having collisions with another commit. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Acked-by: Samuel Martin <s.martin49@gmail.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
23 lines
607 B
Makefile
23 lines
607 B
Makefile
################################################################################
|
|
#
|
|
# zyre
|
|
#
|
|
################################################################################
|
|
|
|
ZYRE_VERSION = 44a57a449a34bb6310b5ce4b17f1ce42f9b17beb
|
|
ZYRE_SITE = git://github.com/zeromq/zyre.git
|
|
ZYRE_LICENSE = LGPLv3+
|
|
ZYRE_LICENSE_FILES = COPYING COPYING.LESSER
|
|
ZYRE_INSTALL_STAGING = YES
|
|
ZYRE_DEPENDENCIES = filemq
|
|
ZYRE_AUTORECONF = YES
|
|
ZYRE_AUTORECONF_OPT = --install --force --verbose
|
|
|
|
define ZYRE_CREATE_CONFIG_DIR
|
|
mkdir -p $(@D)/config
|
|
endef
|
|
|
|
ZYRE_POST_PATCH_HOOKS += ZYRE_CREATE_CONFIG_DIR
|
|
|
|
$(eval $(autotools-package))
|