From 49c6742eba328236cb73c0ac59b6288f29c46c81 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Thu, 8 Apr 2021 09:28:26 +0300 Subject: assimp: BBCLASSEXTEND to native and nativesdk At least some Qt tooling depends on assimp. Signed-off-by: Samuli Piippo Signed-off-by: Richard Purdie --- meta/recipes-graphics/vulkan/assimp_5.0.1.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-graphics') 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" -- cgit 1.2.3-korg