diff options
author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-04-11 15:15:18 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-04-11 14:54:22 -0700 |
commit | bb9d3afe9d2a3bb8bf4487c73975916ba60fc4e2 (patch) | |
tree | 05715fedca7cd908d989aa537577f68f6dff1acd /meta-oe/recipes-support/libgpiod | |
parent | cf6291bf64c0f38d85d6b613e25170483d7da340 (diff) | |
download | meta-openembedded-bb9d3afe9d2a3bb8bf4487c73975916ba60fc4e2.tar.gz |
libgpiod: update to v2.0.1
This is a bug-fix release addressing bugs discovered since the release
of v2.0.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/libgpiod')
-rw-r--r-- | meta-oe/recipes-support/libgpiod/libgpiod_2.0.1.bb (renamed from meta-oe/recipes-support/libgpiod/libgpiod_2.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libgpiod/libgpiod_2.0.bb b/meta-oe/recipes-support/libgpiod/libgpiod_2.0.1.bb index bdfd72f2e6..50b9203a75 100644 --- a/meta-oe/recipes-support/libgpiod/libgpiod_2.0.bb +++ b/meta-oe/recipes-support/libgpiod/libgpiod_2.0.1.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = " \ | |||
9 | 9 | ||
10 | FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}-2.x:" | 10 | FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}-2.x:" |
11 | 11 | ||
12 | SRC_URI[sha256sum] = "f74cbf82038b3cb98ebeb25bce55ee2553be28194002d2a9889b9268cce2dd07" | 12 | SRC_URI[sha256sum] = "b5367d28d045b36007a4ffd42cceda4c358737ef4f2ce22b0c1d05ec57a38392" |
13 | 13 | ||
14 | # Enable all project features for ptest | 14 | # Enable all project features for ptest |
15 | PACKAGECONFIG[tests] = "--enable-tests --enable-tools --enable-bindings-cxx --enable-gpioset-interactive,--disable-tests,kmod util-linux glib-2.0 catch2 libedit" | 15 | PACKAGECONFIG[tests] = "--enable-tests --enable-tools --enable-bindings-cxx --enable-gpioset-interactive,--disable-tests,kmod util-linux glib-2.0 catch2 libedit" |