aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/canonical-multitouch/grail_3.1.1.bb
AgeCommit message (Collapse)Author
2022-12-09grail: add opengl to REQUIRED_DISTRO_FEATURESMingli Yu
Fixes: ERROR: Nothing PROVIDES 'frame' (but /build/layers/meta-openembedded/meta-oe/recipes-support/canonical-multitouch/grail_3.1.1.bb DEPENDS on or otherwise requires it) frame was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES) ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'geis', 'grail', 'frame'] Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-04recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-03Convert to new override syntaxMartin Jansa
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>
2020-03-23grail: fix upstream check URLPierre-Jean Texier
Fixes: $: devtool check-upgrade-status grail <...> INFO: grail 3.1.1 UNKNOWN_BROKEN None Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2017-04-26frame,grail: Disable PIE in SECURITY_FLAGSKhem Raj
Doesnt compile yet with PIE turned on Signed-off-by: Khem Raj <raj.khem@gmail.com>
2017-03-11grail: Disable elision warnings for clangKhem Raj
Clang warns more, but lets disable them for now ../../grail-3.1.1/src/handle.cpp:65:5: error: moving a temporary object prevents copy elision [-Werror,-Wpessimizing-move] std::move(UniqueRecognizer(recognizer)); ^ ../../grail-3.1.1/src/handle.cpp:65:5: note: remove std::move call here std::move(UniqueRecognizer(recognizer)); ^~~~~~~~~~ Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-03-07Make use of the new bb.utils.filter() functionPeter Kjellerstedt
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-06-15grail: update to version 3.1.1Derek Straka
* Addresses issues with gcc6 Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>