1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 13:29:49 +00:00

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>
This commit is contained in:
Jussi Kukkonen
2017-07-18 10:32:10 +03:00
committed by Richard Purdie
parent d26aadc8e4
commit f5bdf4d37f
@@ -24,6 +24,8 @@ do_install_append () {
${D}${datadir}/vulkan-demos/models/vulkanscene* \ ${D}${datadir}/vulkan-demos/models/vulkanscene* \
${D}${datadir}/vulkan-demos/models/plants.dae \ ${D}${datadir}/vulkan-demos/models/plants.dae \
${D}${datadir}/vulkan-demos/textures/texturearray_plants* ${D}${datadir}/vulkan-demos/textures/texturearray_plants*
mv ${D}${bindir}/screenshot ${D}${bindir}/vulkan-screenshot
} }
EXTRA_OECMAKE = "-DRESOURCE_INSTALL_DIR=${datadir}/vulkan-demos" EXTRA_OECMAKE = "-DRESOURCE_INSTALL_DIR=${datadir}/vulkan-demos"