Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | libmodbus: update to 3.1.7 | Michael Heimpold | 2022-01-11 |
| | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de> | ||
* | treewide: Run refresh on all packages | Ilya Lipnitskiy | 2021-02-20 |
| | | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com> | ||
* | libmodbus: update to 3.1.6 | Michael Heimpold | 2019-09-16 |
Also fix the license information: in older versions the test programs were GPL 3 licensed, but meanwhile it changed to BSD license. But since this package only packages the library itself, we can safely focus only on the LGPL here which covers the library itself. While at, fix a minor nitpick during library symlink installation. Signed-off-by: Michael Heimpold <mhei@heimpold.de> |