summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libmanette
Commit message (Collapse)AuthorAgeFilesLines
* libmanette: fix ptestsGyorgy Sarvari2025-10-202-2/+15
| | | | | | | | | | | | | | | The original content of the ptest package, manette-test, is a helper demo application (like evtest), and not a test suite. Also, the recipe did not provide a run-ptest script. Fix it by installing the actual tests, and adding a run-ptest script. Note that the test folder structure looks like a gnome desktop test suite (and the application is under the gnome umbrella), however the project doesn't provide all necessary scaffolding for gnome-desktop-test to work, so the tests are executed directly from the run-ptest script. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
* recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj2022-03-041-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-2/+2
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libmanette: Add recipeKhem Raj2021-04-061-0/+16
Its needed for gamepad support in webkit Signed-off-by: Khem Raj <raj.khem@gmail.com>