From: Samuli Piippo Date: Thu, 8 Apr 2021 06:28:26 +0000 (+0300) Subject: assimp: BBCLASSEXTEND to native and nativesdk X-Git-Tag: yocto-4.0~3747 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=49c6742eba328236cb73c0ac59b6288f29c46c81;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 5a8c62e64dd..4eb0cefffce 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"