pointercal: 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 f3cdc9d7ee)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Bhargav Das 2023-05-02 23:57:59 +05:30 committed by Armin Kuster
parent 1b41d1ed7a
commit a26497d464

View File

@ -20,3 +20,5 @@ do_install() {
ALLOW_EMPTY:${PN} = "1"
PACKAGE_ARCH = "${MACHINE_ARCH}"
INHIBIT_DEFAULT_DEPS = "1"
BBCLASSEXTEND = "native nativesdk"