diff mbox series

[meta-oe] jwt-cpp: Add native class to support

Message ID 20260226212759.569792-1-adrian.freihofer@siemens.com
State New
Headers show
Series [meta-oe] jwt-cpp: Add native class to support | expand

Commit Message

AdrianF Feb. 26, 2026, 9:27 p.m. UTC
From: Adrian Freihofer <adrian.freihofer@siemens.com>

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>
---
 meta-oe/recipes-devtools/jwt-cpp/jwt-cpp_0.7.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-devtools/jwt-cpp/jwt-cpp_0.7.2.bb b/meta-oe/recipes-devtools/jwt-cpp/jwt-cpp_0.7.2.bb
index 431c77c695..1c006947e8 100644
--- a/meta-oe/recipes-devtools/jwt-cpp/jwt-cpp_0.7.2.bb
+++ b/meta-oe/recipes-devtools/jwt-cpp/jwt-cpp_0.7.2.bb
@@ -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"