summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-graphics/renderdoc/renderdoc_1.6.bb (renamed from meta-oe/recipes-graphics/renderdoc/renderdoc_1.5.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-graphics/renderdoc/renderdoc_1.5.bb b/meta-oe/recipes-graphics/renderdoc/renderdoc_1.6.bb
index 5f81e841dc..7cb79d0704 100644
--- a/meta-oe/recipes-graphics/renderdoc/renderdoc_1.5.bb
+++ b/meta-oe/recipes-graphics/renderdoc/renderdoc_1.6.bb
@@ -2,9 +2,9 @@ SUMMARY = "RenderDoc recipe providing renderdoccmd"
2DESCRIPTION = "RenderDoc is a frame-capture based graphics debugger" 2DESCRIPTION = "RenderDoc is a frame-capture based graphics debugger"
3HOMEPAGE = "https://github.com/baldurk/renderdoc" 3HOMEPAGE = "https://github.com/baldurk/renderdoc"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE.md;md5=9753b1b4fba3261c27d1ce5c1acef667" 5LIC_FILES_CHKSUM = "file://LICENSE.md;md5=df7ea9e196efc7014c124747a0ef9772"
6 6
7SRCREV = "a94f238e37cfe2f142093eb8e5da7775abaa88c6" 7SRCREV = "0e7f772596035137416be01766c2d61205efc63e"
8SRC_URI = "git://github.com/baldurk/${BPN}.git;protocol=http;branch=v1.x \ 8SRC_URI = "git://github.com/baldurk/${BPN}.git;protocol=http;branch=v1.x \
9 file://0001-renderdoc-use-xxd-instead-of-cross-compiling-shim-bi.patch \ 9 file://0001-renderdoc-use-xxd-instead-of-cross-compiling-shim-bi.patch \
10 file://0001-Remove-glslang-pool_allocator-setAllocator.patch \ 10 file://0001-Remove-glslang-pool_allocator-setAllocator.patch \