From: Samuli Piippo Date: Thu, 8 Apr 2021 06:28:26 +0000 (+0300) Subject: assimp: BBCLASSEXTEND to native and nativesdk X-Git-Tag: uninative-3.1~193 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=49c6742eba328236cb73c0ac59b6288f29c46c81;p=openembedded-core.git assimp: BBCLASSEXTEND to native and nativesdk At least some Qt tooling depends on assimp. Signed-off-by: Samuli Piippo Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/vulkan/assimp_5.0.1.bb b/meta/recipes-graphics/vulkan/assimp_5.0.1.bb index 5a8c62e64d..4eb0cefffc 100644 --- a/meta/recipes-graphics/vulkan/assimp_5.0.1.bb +++ b/meta/recipes-graphics/vulkan/assimp_5.0.1.bb @@ -21,3 +21,5 @@ S = "${WORKDIR}/git" inherit cmake EXTRA_OECMAKE = "-DASSIMP_BUILD_ASSIMP_TOOLS=OFF -DASSIMP_BUILD_TESTS=OFF -DASSIMP_LIB_INSTALL_DIR=${baselib}" + +BBCLASSEXTEND = "native nativesdk"