[oe-commits] [meta-openembedded] 15/26: libgpiod: bump version to v1.4.1

git at git.openembedded.org git at git.openembedded.org
Thu Aug 8 21:55:19 UTC 2019


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

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

commit c79bce945c38acab06b757b57a46ff5aa34e830c
Author: Bartosz Golaszewski <bgolaszewski at baylibre.com>
AuthorDate: Wed Aug 7 14:00:14 2019 +0200

    libgpiod: bump version to v1.4.1
    
    This is a bug-fix release addressing the following issues:
    
    - fix GCC8 warnings when building python bindings
    - fix a bug in gpioinfo where lines used by the kernel without any
      consumer string were reported as unused
    - fix a bug in line::event_get_fd() in C++ bindings where the exception
      wouldn't be thrown in error cases due to a missing 'throw' keyword
    - fix a couple issues with the test-suite
    
    Signed-off-by: Bartosz Golaszewski <bgolaszewski at baylibre.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../recipes-support/libgpiod/{libgpiod_1.4.bb => libgpiod_1.4.1.bb}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-support/libgpiod/libgpiod_1.4.bb b/meta-oe/recipes-support/libgpiod/libgpiod_1.4.1.bb
similarity index 82%
rename from meta-oe/recipes-support/libgpiod/libgpiod_1.4.bb
rename to meta-oe/recipes-support/libgpiod/libgpiod_1.4.1.bb
index 71a45ed..756b143 100644
--- a/meta-oe/recipes-support/libgpiod/libgpiod_1.4.bb
+++ b/meta-oe/recipes-support/libgpiod/libgpiod_1.4.1.bb
@@ -2,8 +2,8 @@ require libgpiod.inc
 
 DEPENDS += "autoconf-archive-native"
 
-SRC_URI[md5sum] = "bd52d764017215a30e2f014d2081dc3e"
-SRC_URI[sha256sum] = "ebde83aaf14be3abd33e7a90faa487a2ee231e242897afe7fdefb765386b3c8b"
+SRC_URI[md5sum] = "585b4bb431f99c4ba9b3ee58b9d494c1"
+SRC_URI[sha256sum] = "21ae8fd1f8dafc2eb2ba50e652390cf533d21351419a7426255895cb52e21b1c"
 
 # enable tools and cxx bindings
 PACKAGECONFIG ?= "cxx tools"

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


More information about the Openembedded-commits mailing list