[oe-commits] [meta-openembedded] 33/62: libgpiod: bump version to v0.3.2

git at git.openembedded.org git at git.openembedded.org
Thu Nov 16 01:25:17 UTC 2017


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch master
in repository meta-openembedded.

commit 4ab1b815ca02a85758b8da83a55999a1ff92038a
Author: Bartosz Golaszewski <brgl at bgdev.pl>
AuthorDate: Tue Oct 31 11:47:02 2017 +0100

    libgpiod: bump version to v0.3.2
    
    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 at bgdev.pl>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-oe/recipes-support/libgpiod/libgpiod.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-support/libgpiod/libgpiod.bb b/meta-oe/recipes-support/libgpiod/libgpiod.bb
index c506057..6aa27ad 100644
--- a/meta-oe/recipes-support/libgpiod/libgpiod.bb
+++ b/meta-oe/recipes-support/libgpiod/libgpiod.bb
@@ -5,10 +5,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2caced0b25dfefd4c601d92bd15116de"
 
 SRC_URI = "https://www.kernel.org/pub/software/libs/libgpiod/${BP}.tar.xz"
 
-SRC_URI[md5sum] = "5f9d855352b1a5272cf6f1c2e20689d2"
-SRC_URI[sha256sum] = "6dfd6aeb544e8b7baf484a05c9ae0e67022c109362a41d87005393046b6beacf"
+SRC_URI[md5sum] = "9c1966bea7dffd59bd099a8b2930e2ea"
+SRC_URI[sha256sum] = "50c7862428ca90b58672e2475aea66d33a6fc86c6bab1928c0660f3aedf44a37"
 
-PV = "0.3.1"
+PV = "0.3.2"
 
 inherit autotools pkgconfig
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list