Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package/libgpiod: bump version to v0.1.1 | Bartosz Golaszewski | 2017-01-25 | 1 | -36/+0 |
| | | | | | | | | | | This is a bug-fix release that addresses the musl libc compatibility issues encountered with buildroot. We can also remove the patch which got merged upstream. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> | ||||
* | libgpiod: new package | Bartosz Golaszewski | 2017-01-23 | 1 | -0/+36 |
Add a package containing a C library and a set of command-line tools for controlling GPIOs from user space using the new character device interface on linux. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> [Thomas: - add comment about autoreconf=yes (suggested by Romain Naour) - add more conventional syntax for the --{enable,disable}-tools usage (suggested by Romain Naour) - add patch to fix musl build.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> |