mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 16:24:17 -09:00
Changelog: https://sourceforge.net/p/ser2net/news Static builds are no longer supported starting with version 2.6.0 [1] even when compiling all modules (gensios) in the library. Updated licenses hashes due to upstream commit:859e4465cfRemoved patch 0001 which is now upstream. [1]7b3786f5fbSigned-off-by: Mattia Narducci <mattianarducci1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
16 lines
434 B
Plaintext
16 lines
434 B
Plaintext
config BR2_PACKAGE_GENSIO
|
|
bool "gensio"
|
|
depends on BR2_USE_MMU # fork()
|
|
depends on !BR2_STATIC_LIBS # dlfcn.h
|
|
depends on BR2_TOOLCHAIN_HAS_ATOMIC
|
|
help
|
|
A library to abstract stream I/O like serial port, TCP,
|
|
telnet, UDP, SSL, IPMI SOL, etc.
|
|
|
|
https://github.com/cminyard/gensio
|
|
|
|
comment "gensio needs a toolchain w/ dynamic library"
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_TOOLCHAIN_HAS_ATOMIC
|
|
depends on BR2_STATIC_LIBS
|