diff options
author | Maxin B. John <maxin.john@intel.com> | 2018-07-31 13:53:31 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-08-01 10:07:22 +0100 |
commit | 6049b9b19bdf8980f2de6670b03715ad00b9737f (patch) | |
tree | 372cc47641593d4f54204b7181c8a6f693965c98 /meta/recipes-graphics/vulkan/vulkan-demos_git.bb | |
parent | b5dbf20ce6d508fc89646a343d34cb255c7d37fc (diff) | |
download | poky-6049b9b19bdf8980f2de6670b03715ad00b9737f.tar.gz |
vulkan-demos: upgrade to latest commit
Remove upstreamed patches:
1. 0001-Fix-build-on-x86.patch
2. 0001-Support-installing-demos-support-out-of-tree-builds.patch
Updated the following patch:
1. 0001-Don-t-build-demos-with-questionably-licensed-data.patch
Update subcomponents gli and glm based on the new structure of
repository.
License-Update: Update in location of file. No change in checksum
(From OE-Core rev: c9e12bc8872710ca7f788d3709c42425872fd033)
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/vulkan/vulkan-demos_git.bb')
-rw-r--r-- | meta/recipes-graphics/vulkan/vulkan-demos_git.bb | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/meta/recipes-graphics/vulkan/vulkan-demos_git.bb b/meta/recipes-graphics/vulkan/vulkan-demos_git.bb index 5fc9c2dba7..bf30c980c0 100644 --- a/meta/recipes-graphics/vulkan/vulkan-demos_git.bb +++ b/meta/recipes-graphics/vulkan/vulkan-demos_git.bb | |||
@@ -3,15 +3,18 @@ LICENSE = "MIT" | |||
3 | DEPENDS = "zlib" | 3 | DEPENDS = "zlib" |
4 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=dcf473723faabf17baa9b5f2207599d0 \ | 5 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=dcf473723faabf17baa9b5f2207599d0 \ |
6 | file://triangle/triangle.cpp;endline=12;md5=bccd1bf9cadd9e10086cf7872157e4fa" | 6 | file://examples/triangle/triangle.cpp;endline=12;md5=bccd1bf9cadd9e10086cf7872157e4fa" |
7 | |||
8 | SRCREV_glm = "01f9ab5b6d21e5062ac0f6e0f205c7fa2ca9d769" | ||
9 | SRCREV_gli = "8e43030b3e12bb58a4663d85adc5c752f89099c0" | ||
7 | 10 | ||
8 | SRC_URI = "git://github.com/SaschaWillems/Vulkan.git \ | 11 | SRC_URI = "git://github.com/SaschaWillems/Vulkan.git \ |
9 | file://0001-Support-installing-demos-support-out-of-tree-builds.patch \ | 12 | git://github.com/g-truc/glm;destsuffix=git/external/glm;name=glm \ |
13 | git://github.com/g-truc/gli;destsuffix=git/external/gli;name=gli \ | ||
10 | file://0001-Don-t-build-demos-with-questionably-licensed-data.patch \ | 14 | file://0001-Don-t-build-demos-with-questionably-licensed-data.patch \ |
11 | file://0001-Fix-build-on-x86.patch \ | ||
12 | " | 15 | " |
13 | UPSTREAM_CHECK_COMMITS = "1" | 16 | UPSTREAM_CHECK_COMMITS = "1" |
14 | SRCREV = "18df00c7b4677b0889486e16977857aa987947e2" | 17 | SRCREV = "ae0b59c6e2e8630a2ae26f4a0b7a72cbe7547948" |
15 | UPSTREAM_CHECK_GITTAGREGEX = "These are not the releases you're looking for" | 18 | UPSTREAM_CHECK_GITTAGREGEX = "These are not the releases you're looking for" |
16 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
17 | 20 | ||