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>
18 lines
508 B
Makefile
18 lines
508 B
Makefile
################################################################################
|
|
#
|
|
# socketcand
|
|
#
|
|
################################################################################
|
|
|
|
SOCKETCAND_VERSION = dc3437abf17359fa8cb16567415b47e7ef8568d0
|
|
SOCKETCAND_SITE = http://github.com/dschanoeh/socketcand/tarball/$(SOCKETCAND_VERSION)
|
|
SOCKETCAND_AUTORECONF = YES
|
|
|
|
ifeq ($(BR2_PACKAGE_LIBCONFIG),y)
|
|
SOCKETCAND_DEPENDENCIES = libconfig
|
|
else
|
|
SOCKETCAND_CONF_OPT = --without-config
|
|
endif
|
|
|
|
$(eval $(autotools-package))
|