From 3091aec516387a820fcb07975c478196f030c5ea Mon Sep 17 00:00:00 2001 From: Bhargav Das Date: Wed, 3 May 2023 00:07:09 +0530 Subject: [PATCH] pointercal: Add native & nativestdk package support Add support for building native and nativesdk variants. Signed-off-by: Bhargav Das Signed-off-by: Armin Kuster --- meta-oe/recipes-bsp/pointercal/pointercal_0.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-bsp/pointercal/pointercal_0.0.bb b/meta-oe/recipes-bsp/pointercal/pointercal_0.0.bb index d3e7973329..9b72ffefe4 100644 --- a/meta-oe/recipes-bsp/pointercal/pointercal_0.0.bb +++ b/meta-oe/recipes-bsp/pointercal/pointercal_0.0.bb @@ -20,3 +20,5 @@ do_install() { ALLOW_EMPTY:${PN} = "1" PACKAGE_ARCH = "${MACHINE_ARCH}" INHIBIT_DEFAULT_DEPS = "1" + +BBCLASSEXTEND = "native nativesdk"