kumquat-buildroot/package/libdnet/Config.in
Adam Duskett ee21467863 package/libdnet: bump to version 1.14, drop python2 support.
Change the url to the github ofalk repository (SF's repo is MIA; now
everyone and their distros switched over to the Github-hosted fork).

Depend on python3 and host-python3-cython for python bindings.

Remove upstream patches; rework python-makefile.patch to adhere to
git formatting and refresh for 1.14.

Update License hash due to year changes.

Signed-off-by: Adam Duskett <aduskett@gmail.com>
[yann.morin.1998@free.fr: rework commit log, explain switch to Github]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-01-01 10:46:24 +01:00

21 lines
408 B
Plaintext

config BR2_PACKAGE_LIBDNET
bool "libdnet"
help
libdnet - simplified interface to low-level networking
routines.
http://libdnet.sourceforge.net/
if BR2_PACKAGE_LIBDNET
config BR2_PACKAGE_LIBDNET_PYTHON
bool "libdnet python module"
depends on BR2_PACKAGE_PYTHON3
help
dnet module for python
comment "dnet module for python requires python3 package"
depends on !BR2_PACKAGE_PYTHON3
endif