package/libgpiod: bump version to v0.1.2
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Thu, 2 Feb 2017 16:36:16 +0000 (17:36 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 4 Feb 2017 08:15:37 +0000 (09:15 +0100)
This is a small bug-fix release:
  - include <poll.h> instead of <sys/poll.h> in gpioset
  - fix a formatting issue in gpioinfo for chips with >100 GPIO lines
  - fix a bug when requesting both-edges event notifications

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libgpiod/libgpiod.hash
package/libgpiod/libgpiod.mk

index 7ba0531a0640a7eb8a300863fa0cb8a2317c6c67..9901be6ace65615bcd78bc6b744cc01a5d2e035f 100644 (file)
@@ -1,2 +1,2 @@
 # Locally computed
-sha256 07f75ae1e0c086d28d77ef60d0566180698ce11c3271d89da444c0fc6c2f4580 libgpiod-v0.1.1.tar.gz
+sha256 c9a60e1073aacb25b4ad06d513f31416335b5a710f869cb7e838d2abb62e1e00 libgpiod-v0.1.2.tar.gz
index e2e27f95da573ff8c599aa754f7b4c74c3133a69..dbf9511f446b35e042473b12ea71c0726cce874f 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBGPIOD_VERSION = v0.1.1
+LIBGPIOD_VERSION = v0.1.2
 LIBGPIOD_SITE = $(call github,brgl,libgpiod,$(LIBGPIOD_VERSION))
 LIBGPIOD_LICENSE = GPLv3+
 LIBGPIOD_LICENSE_FILES = COPYING