From f5bdf4d37fedf806711ce39664a91eb447b824db Mon Sep 17 00:00:00 2001 From: Jussi Kukkonen Date: Tue, 18 Jul 2017 10:32:10 +0300 Subject: vulkan-demos: Rename ${bindir}/screenshot This conflicts with sato-screenshot. (From OE-Core rev: 2cd6ef9309541c625bc3c3bd48e06dcf4a6edd80) Signed-off-by: Jussi Kukkonen Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-graphics/vulkan/vulkan-demos_git.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-graphics') 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" -- cgit v1.2.3-54-g00ecf