[oe-commits] [meta-openembedded] 01/02: libgpiod: update v1.4.1 -> v1.4.2

git at git.openembedded.org git at git.openembedded.org
Fri Jan 31 15:14:12 UTC 2020


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 3b3de3fc6b53462d25631e93a98e0934b90b3823
Author: Bartosz Golaszewski <bgolaszewski at baylibre.com>
AuthorDate: Wed Jan 29 10:59:01 2020 +0100

    libgpiod: update v1.4.1 -> v1.4.2
    
    While the v1.5 version of libgpiod has already been released - we can't
    integrate it in yocto yet as it requires v5.5 linux kernel headers to
    build. In the meantime - update the recipe to build the latest bug-fix
    release from the v1.4.x branch.
    
    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.1.bb => libgpiod_1.4.2.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-support/libgpiod/libgpiod_1.4.1.bb b/meta-oe/recipes-support/libgpiod/libgpiod_1.4.2.bb
similarity index 80%
rename from meta-oe/recipes-support/libgpiod/libgpiod_1.4.1.bb
rename to meta-oe/recipes-support/libgpiod/libgpiod_1.4.2.bb
index 0391deb..bad88a5 100644
--- a/meta-oe/recipes-support/libgpiod/libgpiod_1.4.1.bb
+++ b/meta-oe/recipes-support/libgpiod/libgpiod_1.4.2.bb
@@ -2,8 +2,8 @@ require libgpiod.inc
 
 DEPENDS += "autoconf-archive-native"
 
-SRC_URI[md5sum] = "585b4bb431f99c4ba9b3ee58b9d494c1"
-SRC_URI[sha256sum] = "21ae8fd1f8dafc2eb2ba50e652390cf533d21351419a7426255895cb52e21b1c"
+SRC_URI[md5sum] = "b552bfa87685dfd728a1485e914bfae2"
+SRC_URI[sha256sum] = "b289b70e3d63a8e06205f7445d5342f4742277c267ce24a7c4d0017fff339e41"
 
 # enable cxx bindings
 PACKAGECONFIG ?= "cxx"

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


More information about the Openembedded-commits mailing list