From 321112dd2e468a18f92f82f451bbc4587045d570 Mon Sep 17 00:00:00 2001 From: Adrian Freihofer Date: Thu, 26 Feb 2026 22:27:59 +0100 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/jwt-cpp/jwt-cpp_0.7.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 eb8bc59322..fa4698b2b3 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"