Browse Source

libgpiod: bump version to v1.2.1

This is a bugfix release fixing two problems in C++ bindings.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Bartosz Golaszewski 5 years ago
parent
commit
2032f0f4d5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      meta-oe/recipes-support/libgpiod/libgpiod_1.2.1.bb

+ 2 - 2
meta-oe/recipes-support/libgpiod/libgpiod_1.2.bb → meta-oe/recipes-support/libgpiod/libgpiod_1.2.1.bb

@@ -2,8 +2,8 @@ require libgpiod.inc
 
 DEPENDS += "autoconf-archive-native"
 
-SRC_URI[md5sum] = "34a9972f2f4e9c32fa940301301b007d"
-SRC_URI[sha256sum] = "b6b9079c933f7c8524815437937dda6b795a16141bca202a9eec70ba5844b5ba"
+SRC_URI[md5sum] = "e6c222512a0d1994a069ebfd2e0a56fd"
+SRC_URI[sha256sum] = "736d8b511ad247c2acb01b592f2bbe5e757e14e1d8347b2d80683081ab4b31b8"
 
 PACKAGECONFIG[cxx] = "--enable-bindings-cxx,--disable-bindings-cxx"