mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
9aebfb3a8c
commit
c79bce945c
+2
-2
@@ -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"
|
||||
Reference in New Issue
Block a user