summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/vulkan
diff options
context:
space:
mode:
authorMike Crowe <mac@mcrowe.com>2018-01-06 20:09:00 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-01-07 12:28:30 +0000
commitd860e2f36f3561532972edd04062392a40a0c8d6 (patch)
tree6a7b01b8b26db85559040888492bce8ef59ec4a3 /meta/recipes-graphics/vulkan
parentf8f260aae265c682e404b0e89615fb6ef5b76601 (diff)
downloadopenembedded-core-contrib-d860e2f36f3561532972edd04062392a40a0c8d6.tar.gz
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@mcrowe.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/vulkan')
-rw-r--r--meta/recipes-graphics/vulkan/assimp_4.0.1.bb2
1 files changed, 0 insertions, 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/"