aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics
diff options
context:
space:
mode:
authorBhargav Das <bhargav.das@siemens.com>2023-05-02 23:57:58 +0530
committerKhem Raj <raj.khem@gmail.com>2023-05-03 08:45:24 -0700
commit7f4e9933e8e1b9e947052bf134baa21dee3e918c (patch)
tree99691854a413d6c1ad98010e1343233d4b6dc149 /meta-oe/recipes-graphics
parent4cd2006c6b3cab9a2fd1dc409c4cda087a7a5860 (diff)
downloadmeta-openembedded-contrib-7f4e9933e8e1b9e947052bf134baa21dee3e918c.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>
Diffstat (limited to 'meta-oe/recipes-graphics')
-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"