From 7f4e9933e8e1b9e947052bf134baa21dee3e918c Mon Sep 17 00:00:00 2001 From: Bhargav Das Date: Tue, 2 May 2023 23:57:58 +0530 Subject: tslib: Add native & nativestdk package support Add support for building native and nativesdk variants. Signed-off-by: Bhargav Das Signed-off-by: Khem Raj --- meta-oe/recipes-graphics/tslib/tslib_1.22.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-oe') 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" -- cgit 1.2.3-korg