summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBhargav Das <bhargav.das@siemens.com>2023-05-02 23:57:58 +0530
committerArmin Kuster <akuster808@gmail.com>2023-05-07 12:16:21 -0400
commit1b41d1ed7a5acd8fb092dc0903b8c8439c6ff4d0 (patch)
treecbc20a07dac8cf5ac9c11e1eadb905df5c013a33
parent61012643b26ca033210a66a900c8a28a3767c361 (diff)
downloadmeta-openembedded-1b41d1ed7a5acd8fb092dc0903b8c8439c6ff4d0.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: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 7f4e9933e8e1b9e947052bf134baa21dee3e918c) 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"
81 81
82FILES:tslib-tests = "${bindir}/ts_harvest ${bindir}/ts_print ${bindir}/ts_print_raw ${bindir}/ts_print_mt \ 82FILES: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
85BBCLASSEXTEND = "native nativesdk"