jwt-cpp: Add native class to support

Add also native class to support building the library for the host
system to use it e.g. with the newer dynamic SDK.

Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Adrian Freihofer 2026-02-26 22:27:59 +01:00 committed by Khem Raj
parent f1920a8760
commit 321112dd2e
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -16,4 +16,4 @@ inherit cmake
EXTRA_OECMAKE += "-DJWT_BUILD_EXAMPLES=OFF -DJWT_CMAKE_FILES_INSTALL_DIR=${libdir}/cmake/${BPN}"
BBCLASSEXTEND = "nativesdk"
BBCLASSEXTEND = "native nativesdk"