From d25fb9ee17421157eaaa20e7225796070e07ea69 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Mon, 22 Mar 2021 15:27:55 +0100 Subject: [PATCH] libgpiod: update v1.6.2 -> v1.6.3 This is a small bugfix release addressing some issues with C++ and Python bindings. Signed-off-by: Bartosz Golaszewski Signed-off-by: Khem Raj --- .../libgpiod/{libgpiod_1.6.2.bb => libgpiod_1.6.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/libgpiod/{libgpiod_1.6.2.bb => libgpiod_1.6.3.bb} (91%) diff --git a/meta-oe/recipes-support/libgpiod/libgpiod_1.6.2.bb b/meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb similarity index 91% rename from meta-oe/recipes-support/libgpiod/libgpiod_1.6.2.bb rename to meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb index c6c262b70b..d9c2517057 100644 --- a/meta-oe/recipes-support/libgpiod/libgpiod_1.6.2.bb +++ b/meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb @@ -8,8 +8,8 @@ SRC_URI = "https://www.kernel.org/pub/software/libs/${BPN}/${BP}.tar.xz \ file://run-ptest \ " -SRC_URI[md5sum] = "4765470becb619fead3cdaeac61b9a77" -SRC_URI[sha256sum] = "c601e71846f5ab140c83bc757fdd62a4fda24a9cee39cc5e99c96ec2bf1b06a9" +SRC_URI[md5sum] = "28e79f6f70fee1da9079558d8b7b3736" +SRC_URI[sha256sum] = "841be9d788f00bab08ef22c4be5c39866f0e46cb100a3ae49ed816ac9c5dddc7" inherit autotools pkgconfig python3native ptest