[oe-commits] [openembedded-core] 27/40: vulkan-demos: Rename ${bindir}/screenshot

git at git.openembedded.org git at git.openembedded.org
Fri Jul 21 11:38:11 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit d646a4ea6dad29cab5a4e9c6306767b4ac13f52a
Author: Jussi Kukkonen <jussi.kukkonen at intel.com>
AuthorDate: Tue Jul 18 10:32:10 2017 +0300

    vulkan-demos: Rename ${bindir}/screenshot
    
    This conflicts with sato-screenshot.
    
    Signed-off-by: Jussi Kukkonen <jussi.kukkonen at intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-graphics/vulkan/vulkan-demos_git.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-graphics/vulkan/vulkan-demos_git.bb b/meta/recipes-graphics/vulkan/vulkan-demos_git.bb
index fcd9e7b..e088277 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list