aboutsummaryrefslogtreecommitdiff
path: root/net/gensio/patches
Commit message (Collapse)AuthorAge
* gensio: add patch with workaround for buildbots (refs #24047)Michael Heimpold2024-05-04
| | | | | | | | | | | | | | | | | This should solve the issue found on the buildbots: -snip- ... checking consistency of all components of python development environment... yes ./configure: line 24172: test: =: unary operator expected checking for pam_start in -lpam... (cached) no ... -snap- For still unknown reason, AX_PYTHON_DEVEL from the included m4 file is not used which would set the variable the correct way. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* gensio: update to 2.8.4Yegor Yefremov2024-04-30
| | | | | | Remove the upstreamed patches. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
* gensio: add patches/fixes to workaround swig and python detectionMichael Heimpold2023-11-22
| | | | | | | | | | | | | 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>
* gensio: add patch to fix python detectionMichael Heimpold2023-11-19
| | | | | | Upstream PR: https://github.com/cminyard/gensio/pull/69 Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* gensio: update to 2.7.6Michael Heimpold2023-10-29
| | | | | | | Also disable probably rarely used features to lower the library footprint. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* gensio: Add new packageNita Vesa2022-03-18
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>