libgpiod: bump version to v0.3.2
authorBartosz Golaszewski <brgl@bgdev.pl>
Tue, 31 Oct 2017 10:02:06 +0000 (11:02 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 31 Oct 2017 19:10:08 +0000 (20:10 +0100)
Bug fix release:
- correctly handle signal interrupts when polling in gpiod_simple_event_loop()
- fix the linking order when building with static libraries
- pass the correct consumer string to gpiod_simple_get_value_multiple() in
  gpioget
- fix a line test case: don't use open-drain or open-source flags for input
  mode
- fix the flags passed to ar in order to supress a build warning
- set the last error code in gpiod_chip_open_by_label() to ENOENT if a chip
  can't be found

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

index 28a0479bd7564fa3cb9d501cd7765d596f12e03e..73150dc9b97daba869c1edb7f65df152aaf504d7 100644 (file)
@@ -1,2 +1,2 @@
 # From https://www.kernel.org/pub/software/libs/libgpiod/sha256sums.asc
-sha256 6dfd6aeb544e8b7baf484a05c9ae0e67022c109362a41d87005393046b6beacf  libgpiod-0.3.1.tar.xz
+sha256 50c7862428ca90b58672e2475aea66d33a6fc86c6bab1928c0660f3aedf44a37  libgpiod-0.3.2.tar.xz
index 7c2424bd657e456df9e1ed6e2a9021bfdad2c8d6..bc2e51d2806488f504e9c558d85e43ae26e644df 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBGPIOD_VERSION = 0.3.1
+LIBGPIOD_VERSION = 0.3.2
 LIBGPIOD_SOURCE = libgpiod-$(LIBGPIOD_VERSION).tar.xz
 LIBGPIOD_SITE = https://www.kernel.org/pub/software/libs/libgpiod
 LIBGPIOD_LICENSE = LGPL-2.1+