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>
15 lines
427 B
Makefile
15 lines
427 B
Makefile
################################################################################
|
|
#
|
|
# knock
|
|
#
|
|
################################################################################
|
|
|
|
KNOCK_VERSION = 7666f2e86e18d482eaad5fe1fea46d87d80b0555
|
|
KNOCK_SITE = https://github.com/jvinet/knock/tarball/master
|
|
KNOCK_LICENSE = GPLv2+
|
|
KNOCK_LICENSE_FILES = COPYING
|
|
KNOCK_AUTORECONF = YES
|
|
KNOCK_DEPENDENCIES = libpcap
|
|
|
|
$(eval $(autotools-package))
|