summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libgpiod/libgpiod_2.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* libgpiod: update to v2.0.1Bartosz Golaszewski2023-04-111-21/+0
| | | | | | | | 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>
* libgpiod: generalize the local files directoriesBartosz Golaszewski2023-04-111-0/+2
| | | | | | | | | In order to avoid having to rename the directories containing ptest scripts on every update, use a more generic, per-major-release name and extend the FILESEXTRAPATHS. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgpiod: drop unneeded S assignmentBartosz Golaszewski2023-04-111-2/+0
| | | | | | | | Assigning a value to S is not necessary and it will in fact break the recipe when updating the version so drop it. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgpiod: enable all features for ptestBartosz Golaszewski2023-04-111-2/+2
| | | | | | | | We will fail to install or run all the tests if we don't enable all the features exposed by the libgpiod project. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgpiod: update to v2.0Bartosz Golaszewski2023-03-021-0/+21
The final v2.0 release is out so update the recipe. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>