diff options
| author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2024-06-11 11:04:02 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-06-11 07:46:44 -0700 |
| commit | 4b4086edef22b7aec9559af931db47d6107971d9 (patch) | |
| tree | f2958f489c7a50c78bf9fa0d71e804e4454a6deb | |
| parent | 6bccd43e8fdf5286618f7a1198aaea756aba4eac (diff) | |
| download | meta-openembedded-4b4086edef22b7aec9559af931db47d6107971d9.tar.gz | |
libgpiod: update to v1.6.5
This release contains a build fix for environments that require libgen.h
to be included for basename() and don't pull it implicitly with any
other header.
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_1.6.5.bb (renamed from meta-oe/recipes-support/libgpiod/libgpiod_1.6.4.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libgpiod/libgpiod_1.6.4.bb b/meta-oe/recipes-support/libgpiod/libgpiod_1.6.5.bb index 111a5727ba..74b49a57bc 100644 --- a/meta-oe/recipes-support/libgpiod/libgpiod_1.6.4.bb +++ b/meta-oe/recipes-support/libgpiod/libgpiod_1.6.5.bb | |||
| @@ -3,7 +3,7 @@ require libgpiod.inc | |||
| 3 | LICENSE = "LGPL-2.1-or-later" | 3 | LICENSE = "LGPL-2.1-or-later" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=2caced0b25dfefd4c601d92bd15116de" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=2caced0b25dfefd4c601d92bd15116de" |
| 5 | 5 | ||
| 6 | SRC_URI[sha256sum] = "7b146e12f28fbca3df7557f176eb778c5ccf952ca464698dba8a61b2e1e3f9b5" | 6 | SRC_URI[sha256sum] = "ae280f697bf035a1fb780c9972e5c81d0d2712b7ab6124fb3fba24619daa72bc" |
| 7 | 7 | ||
| 8 | FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}-1.x:" | 8 | FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}-1.x:" |
| 9 | 9 | ||
