Commit graph

4 commits

Author SHA1 Message Date
Michael Heimpold
fd6832b4bc gensio: add patches/fixes to workaround swig and python detection
The built-in swig/python detection does not works well
when system-wide m4 macros are available with same name
but different content.
So make the configure stuff compatible, resp. workaround
a little bit.

It seems also necessary to pass the PYTHON_LIBS environment
during the compile phase.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2023-11-22 00:45:25 +01:00
Michael Heimpold
0b9c8c0a6f gensio: add patch to fix python detection
Upstream PR: https://github.com/cminyard/gensio/pull/69

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2023-11-19 11:14:18 +01:00
Michael Heimpold
91fe351a2d gensio: update to 2.7.6
Also disable probably rarely used features to
lower the library footprint.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2023-10-29 21:51:27 +01:00
Nita Vesa
fbd47efd7e gensio: Add new package
A library to abstract stream I/O like serial port, TCP, telnet,
UDP, SSL, IPMI SOL, etc.

Signed-off-by: Nita Vesa <werecatf@outlook.com>
2022-03-18 02:02:46 +02:00