diff options
| author | Bhargav Das <bhargav.das@siemens.com> | 2023-05-03 00:07:08 +0530 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2023-05-06 07:42:01 -0400 |
| commit | 6fe731c0549c3aa9bf43d7e4e711bed390477408 (patch) | |
| tree | ae7a19f960d00b5da53b6fcdc91529062936f50a | |
| parent | 996dddd658cffe51ea7bab872591f367e29f74bd (diff) | |
| download | meta-openembedded-6fe731c0549c3aa9bf43d7e4e711bed390477408.tar.gz | |
tslib: Add native & nativestdk package support
Add support for building native and nativesdk variants.
Signed-off-by: Bhargav Das <bhargav.das@siemens.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | meta-oe/recipes-graphics/tslib/tslib_1.22.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/tslib/tslib_1.22.bb b/meta-oe/recipes-graphics/tslib/tslib_1.22.bb index c2000b264b..cb2563225f 100644 --- a/meta-oe/recipes-graphics/tslib/tslib_1.22.bb +++ b/meta-oe/recipes-graphics/tslib/tslib_1.22.bb | |||
| @@ -81,3 +81,5 @@ FILES:tslib-uinput += "${bindir}/ts_uinput" | |||
| 81 | 81 | ||
| 82 | FILES:tslib-tests = "${bindir}/ts_harvest ${bindir}/ts_print ${bindir}/ts_print_raw ${bindir}/ts_print_mt \ | 82 | FILES:tslib-tests = "${bindir}/ts_harvest ${bindir}/ts_print ${bindir}/ts_print_raw ${bindir}/ts_print_mt \ |
| 83 | ${bindir}/ts_test ${bindir}/ts_test_mt ${bindir}/ts_verify ${bindir}/ts_finddev ${bindir}/ts_conf" | 83 | ${bindir}/ts_test ${bindir}/ts_test_mt ${bindir}/ts_verify ${bindir}/ts_finddev ${bindir}/ts_conf" |
| 84 | |||
| 85 | BBCLASSEXTEND = "native nativesdk" | ||
