summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartosz Golaszewski <bgolaszewski@baylibre.com>2020-08-26 10:51:43 +0200
committerKhem Raj <raj.khem@gmail.com>2020-08-26 19:20:40 -0700
commit8340965ac6baa74b6cf986be9fcd03a469a2048a (patch)
tree49376f630399bc13641377106bf12790dcd653db
parent6e11e4126447e3c03afcc023db565526e3bee607 (diff)
downloadmeta-openembedded-8340965ac6baa74b6cf986be9fcd03a469a2048a.tar.gz
libgpiod: update v1.4.3 -> v1.4.4
This is a bug-fix release fixing the issue with reading line values for bulks of lineevents. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/libgpiod/libgpiod_1.4.4.bb (renamed from meta-oe/recipes-support/libgpiod/libgpiod_1.4.3.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/libgpiod/libgpiod_1.4.3.bb b/meta-oe/recipes-support/libgpiod/libgpiod_1.4.4.bb
index a6320da8e..a9a462866 100644
--- a/meta-oe/recipes-support/libgpiod/libgpiod_1.4.3.bb
+++ b/meta-oe/recipes-support/libgpiod/libgpiod_1.4.4.bb
@@ -2,8 +2,8 @@ require libgpiod.inc
2 2
3DEPENDS += "autoconf-archive-native" 3DEPENDS += "autoconf-archive-native"
4 4
5SRC_URI[md5sum] = "d4826720a8de13379436f9c207237bc0" 5SRC_URI[md5sum] = "064c2627397e6641c52de09a26951112"
6SRC_URI[sha256sum] = "0ad080d1eb89c422cf13001293ffa72869ca13028e85dab5f6b3ba90f88da46d" 6SRC_URI[sha256sum] = "f1cda2789e6a13a92aefc012a76e5a7cc57a1b402d66f71df8719ee314b67699"
7 7
8# enable cxx bindings 8# enable cxx bindings
9PACKAGECONFIG ?= "cxx" 9PACKAGECONFIG ?= "cxx"