aboutsummaryrefslogtreecommitdiffstats
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:45:20 +0100
commit2cd6ef9309541c625bc3c3bd48e06dcf4a6edd80 (patch)
treee11dc3034d29273701b598ef1d74b79197648a26 /meta/recipes-graphics
parent6e23b9589cd2e35d865f5d5e3469ad251c263af1 (diff)
downloadopenembedded-core-contrib-2cd6ef9309541c625bc3c3bd48e06dcf4a6edd80.tar.gz
vulkan-demos: Rename ${bindir}/screenshot
This conflicts with sato-screenshot. Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
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 () {
${D}${datadir}/vulkan-demos/models/vulkanscene* \
${D}${datadir}/vulkan-demos/models/plants.dae \
${D}${datadir}/vulkan-demos/textures/texturearray_plants*
+
+ mv ${D}${bindir}/screenshot ${D}${bindir}/vulkan-screenshot
}
EXTRA_OECMAKE = "-DRESOURCE_INSTALL_DIR=${datadir}/vulkan-demos"