summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorJussi Kukkonen <jussi.kukkonen@intel.com>2017-07-18 10:32:10 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-07-21 22:51:38 +0100
commitf5bdf4d37fedf806711ce39664a91eb447b824db (patch)
treef5e2d562cc1564611dfb3bda6b6f727f86e982df /meta/recipes-graphics
parentd26aadc8e4741783640a914549cae26159271a29 (diff)
downloadpoky-f5bdf4d37fedf806711ce39664a91eb447b824db.tar.gz
vulkan-demos: Rename ${bindir}/screenshot
This conflicts with sato-screenshot. (From OE-Core rev: 2cd6ef9309541c625bc3c3bd48e06dcf4a6edd80) Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/vulkan/vulkan-demos_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-graphics/vulkan/vulkan-demos_git.bb b/meta/recipes-graphics/vulkan/vulkan-demos_git.bb
index fcd9e7b7c8..e088277a7a 100644
--- a/meta/recipes-graphics/vulkan/vulkan-demos_git.bb
+++ b/meta/recipes-graphics/vulkan/vulkan-demos_git.bb
@@ -24,6 +24,8 @@ do_install_append () {
24 ${D}${datadir}/vulkan-demos/models/vulkanscene* \ 24 ${D}${datadir}/vulkan-demos/models/vulkanscene* \
25 ${D}${datadir}/vulkan-demos/models/plants.dae \ 25 ${D}${datadir}/vulkan-demos/models/plants.dae \
26 ${D}${datadir}/vulkan-demos/textures/texturearray_plants* 26 ${D}${datadir}/vulkan-demos/textures/texturearray_plants*
27
28 mv ${D}${bindir}/screenshot ${D}${bindir}/vulkan-screenshot
27} 29}
28 30
29EXTRA_OECMAKE = "-DRESOURCE_INSTALL_DIR=${datadir}/vulkan-demos" 31EXTRA_OECMAKE = "-DRESOURCE_INSTALL_DIR=${datadir}/vulkan-demos"