summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/vulkan/vulkan-samples_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-graphics/vulkan/vulkan-samples_git.bb b/meta/recipes-graphics/vulkan/vulkan-samples_git.bb
index c1ffc7ecde..613ed592c6 100644
--- a/meta/recipes-graphics/vulkan/vulkan-samples_git.bb
+++ b/meta/recipes-graphics/vulkan/vulkan-samples_git.bb
@@ -11,12 +11,13 @@ SRC_URI = "gitsm://github.com/KhronosGroup/Vulkan-Samples.git;branch=master;prot
11 " 11 "
12 12
13UPSTREAM_CHECK_COMMITS = "1" 13UPSTREAM_CHECK_COMMITS = "1"
14SRCREV = "d2187278cb6632ce35920575832eb6f6e2b2e46c" 14SRCREV = "ae6e4a3712cebde49a29e5996a3bd2f403566890"
15 15
16UPSTREAM_CHECK_GITTAGREGEX = "These are not the releases you're looking for" 16UPSTREAM_CHECK_GITTAGREGEX = "These are not the releases you're looking for"
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18 18
19REQUIRED_DISTRO_FEATURES = 'vulkan' 19REQUIRED_DISTRO_FEATURES = 'vulkan'
20COMPATIBLE_HOST:x86 = "null"
20 21
21inherit cmake features_check 22inherit cmake features_check
22 23