Files
buildroot/package/gensio/Config.in
Mattia Narducci 9c18b1668b package/gensio: bump version to 3.0.4
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:
859e4465cf

Removed patch 0001 which is now upstream.

[1] 7b3786f5fb

Signed-off-by: Mattia Narducci <mattianarducci1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2026-08-29 23:54:47 +02:00

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