[oe-commits] [openembedded-core] 03/07: vulkan: Rely on cmake.bbclass to put cmake package files in dev package

git at git.openembedded.org git at git.openembedded.org
Sun Jan 7 09:43:09 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit c30d06c9bdf5ddc351d73d8142f6c583a05f5752
Author: Mike Crowe <mac at mcrowe.com>
AuthorDate: Sat Jan 6 20:09:00 2018 +0000

    vulkan: Rely on cmake.bbclass to put cmake package files in dev package
    
    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 <mac at mcrowe.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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 b2dd59e..75ce0d6 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/"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list