aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBhargav Das <bhargav.das@siemens.com>2023-05-03 00:07:08 +0530
committerArmin Kuster <akuster808@gmail.com>2023-05-06 07:42:01 -0400
commit6fe731c0549c3aa9bf43d7e4e711bed390477408 (patch)
treeae7a19f960d00b5da53b6fcdc91529062936f50a
parent996dddd658cffe51ea7bab872591f367e29f74bd (diff)
downloadmeta-openembedded-contrib-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.bb2
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"
FILES:tslib-tests = "${bindir}/ts_harvest ${bindir}/ts_print ${bindir}/ts_print_raw ${bindir}/ts_print_mt \
${bindir}/ts_test ${bindir}/ts_test_mt ${bindir}/ts_verify ${bindir}/ts_finddev ${bindir}/ts_conf"
+
+BBCLASSEXTEND = "native nativesdk"