diff options
author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2024-03-11 09:19:20 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-03-11 07:10:15 -0700 |
commit | e800784b5d46d4ec9198ff9d92e1328e8ae2d26f (patch) | |
tree | 72b1e1fd13adc6444241e972a6593aea85c45275 | |
parent | b8ccd50e0eae58e11d0d121f3fa05746e0d24ee2 (diff) | |
download | meta-openembedded-e800784b5d46d4ec9198ff9d92e1328e8ae2d26f.tar.gz |
libgpiod: update to v2.1.1
This is a bug-fix release addressing a couple issues in core libgpiod.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/libgpiod/libgpiod_2.1.1.bb (renamed from meta-oe/recipes-support/libgpiod/libgpiod_2.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libgpiod/libgpiod_2.1.bb b/meta-oe/recipes-support/libgpiod/libgpiod_2.1.1.bb index 33df709a6..c62c9a356 100644 --- a/meta-oe/recipes-support/libgpiod/libgpiod_2.1.bb +++ b/meta-oe/recipes-support/libgpiod/libgpiod_2.1.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] = "fa4024a080121c958502f9a46a5bda44bea85e7a4dd7fcb3dead463b6fc4261c" | 12 | SRC_URI[sha256sum] = "b21913f469d3135680d5516f00fdf9f81d5e564e19ffb690927ea7f1d7e312cb" |
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" |