diff options
| author | Bartosz Golaszewski <brgl@bgdev.pl> | 2021-03-22 15:27:55 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-03-22 09:25:16 -0700 |
| commit | d25fb9ee17421157eaaa20e7225796070e07ea69 (patch) | |
| tree | 5275afdd21b197041dc98692cc1fed198de67ac2 | |
| parent | 6e83f210ff34d60a9422b4d619939c0386453058 (diff) | |
| download | meta-openembedded-d25fb9ee17421157eaaa20e7225796070e07ea69.tar.gz | |
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 <brgl@bgdev.pl>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb (renamed from meta-oe/recipes-support/libgpiod/libgpiod_1.6.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/libgpiod/libgpiod_1.6.2.bb b/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 \ | |||
| 8 | file://run-ptest \ | 8 | file://run-ptest \ |
| 9 | " | 9 | " |
| 10 | 10 | ||
| 11 | SRC_URI[md5sum] = "4765470becb619fead3cdaeac61b9a77" | 11 | SRC_URI[md5sum] = "28e79f6f70fee1da9079558d8b7b3736" |
| 12 | SRC_URI[sha256sum] = "c601e71846f5ab140c83bc757fdd62a4fda24a9cee39cc5e99c96ec2bf1b06a9" | 12 | SRC_URI[sha256sum] = "841be9d788f00bab08ef22c4be5c39866f0e46cb100a3ae49ed816ac9c5dddc7" |
| 13 | 13 | ||
| 14 | inherit autotools pkgconfig python3native ptest | 14 | inherit autotools pkgconfig python3native ptest |
| 15 | 15 | ||
