mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
The only dependee of dht, transmission, forked dht due to upstream rejection of cmake support: https://github.com/jech/dht/pull/50 https://github.com/jech/dht/pull/19 A fix was added to this fork for building with cmake 4.x: https://github.com/transmission/dht/commits/post-0.27-transmission/ Instead of adding yet another patch to buildroot we switch to the repo maintained by transmission. Fixes: https://autobuild.buildroot.org/results/30339a4fdb9c0b608ca3c5ae0692596b21b2fc3f/ Signed-off-by: Bernd Kuhls <bernd@kuhls.net> [Julien: use "git describe --abbrev=40" format in _VERSION] Signed-off-by: Julien Olivain <ju.o@free.fr>
14 lines
396 B
Makefile
14 lines
396 B
Makefile
################################################################################
|
|
#
|
|
# dht
|
|
#
|
|
################################################################################
|
|
|
|
DHT_VERSION = 0.27-2-g38c9f261d9b58b76b9eaf85f84ec1b35151a1eac
|
|
DHT_SITE = $(call github,transmission,dht,dht-$(DHT_VERSION))
|
|
DHT_LICENSE = MIT
|
|
DHT_LICENSE_FILES = LICENCE
|
|
DHT_INSTALL_STAGING = YES
|
|
|
|
$(eval $(cmake-package))
|