Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] libgpiod: bump version to v0.3.2
@ 2017-10-31 10:02 Bartosz Golaszewski
  2017-10-31 19:10 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Bartosz Golaszewski @ 2017-10-31 10:02 UTC (permalink / raw)
  To: buildroot

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>
---
 package/libgpiod/libgpiod.hash | 2 +-
 package/libgpiod/libgpiod.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libgpiod/libgpiod.hash b/package/libgpiod/libgpiod.hash
index 28a0479bd7..73150dc9b9 100644
--- a/package/libgpiod/libgpiod.hash
+++ b/package/libgpiod/libgpiod.hash
@@ -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
diff --git a/package/libgpiod/libgpiod.mk b/package/libgpiod/libgpiod.mk
index 7c2424bd65..bc2e51d280 100644
--- a/package/libgpiod/libgpiod.mk
+++ b/package/libgpiod/libgpiod.mk
@@ -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+
-- 
2.13.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] libgpiod: bump version to v0.3.2
  2017-10-31 10:02 [Buildroot] [PATCH] libgpiod: bump version to v0.3.2 Bartosz Golaszewski
@ 2017-10-31 19:10 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2017-10-31 19:10 UTC (permalink / raw)
  To: buildroot

>>>>> "Bartosz" == Bartosz Golaszewski <brgl@bgdev.pl> writes:

 > 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>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-10-31 19:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-31 10:02 [Buildroot] [PATCH] libgpiod: bump version to v0.3.2 Bartosz Golaszewski
2017-10-31 19:10 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox