cmake.bbclass now ensures that ${libdir}/cmake ends up in the dev package,
so this recipe doesn't need to do so itself.Signed-off-by: Mike Crowe <[email protected]> --- meta/recipes-graphics/vulkan/assimp_4.0.1.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/recipes-graphics/vulkan/assimp_4.0.1.bb b/meta/recipes-graphics/vulkan/assimp_4.0.1.bb index b2dd59ef14..75ce0d6bf9 100644 --- a/meta/recipes-graphics/vulkan/assimp_4.0.1.bb +++ b/meta/recipes-graphics/vulkan/assimp_4.0.1.bb @@ -18,5 +18,3 @@ S = "${WORKDIR}/git" inherit cmake EXTRA_OECMAKE = "-DASSIMP_BUILD_ASSIMP_TOOLS=OFF -DASSIMP_BUILD_TESTS=OFF -DASSIMP_LIB_INSTALL_DIR=${baselib}" - -FILES_${PN}-dev += "${libdir}/cmake/" -- 2.11.0 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
