aboutsummaryrefslogtreecommitdiff
path: root/net/gensio
Commit message (Collapse)AuthorAge
* gensio: Avoid building unused python and libstdcpp dependeciesBoris Krasnovskiy2022-07-30
| | | | | | Avoid building unused python and libstdcpp dependecies Signed-off-by: Boris Krasnovskiy <borkra@gmail.com>
* gensio: update to 2.4.2Michael Heimpold2022-06-10
| | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* gensio: Update to 2.3.6Nita Vesa2022-03-31
| | | | | | | Changes since last version: Just bug fixes and minor changes. Signed-off-by: Nita Vesa <werecatf@outlook.com>
* gensio: Fix circular dependency errorNita Vesa2022-03-30
| | | | | | | | Adding libsctp adds IPV6 dependency to gensio, so this patch is an attempt at working around that with the goal of getting rid of the circular dependency error. Signed-off-by: Nita Vesa <werecatf@outlook.com>
* 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>