From: Adrian Freihofer <[email protected]> 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 <[email protected]> --- 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 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" -- 2.53.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#124688): https://lists.openembedded.org/g/openembedded-devel/message/124688 Mute This Topic: https://lists.openembedded.org/mt/118020354/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
