]> code.ossystems Code Review - openembedded-core.git/commitdiff
vulkan: Rely on cmake.bbclass to put cmake package files in dev package
authorMike Crowe <mac@mcrowe.com>
Sat, 6 Jan 2018 20:09:00 +0000 (20:09 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 7 Jan 2018 12:28:30 +0000 (12:28 +0000)
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@mcrowe.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/vulkan/assimp_4.0.1.bb

index b2dd59ef14b3480560dc58fe080b82fd11791605..75ce0d6bf95bf79e703789c5d6e2953b9a428be0 100644 (file)
@@ -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/"