diff options
-rw-r--r-- | meta-oe/recipes-graphics/renderdoc/renderdoc_1.27.bb (renamed from meta-oe/recipes-graphics/renderdoc/renderdoc_1.13.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-graphics/renderdoc/renderdoc_1.13.bb b/meta-oe/recipes-graphics/renderdoc/renderdoc_1.27.bb index ceff54f46a..c89b2d1c99 100644 --- a/meta-oe/recipes-graphics/renderdoc/renderdoc_1.13.bb +++ b/meta-oe/recipes-graphics/renderdoc/renderdoc_1.27.bb | |||
@@ -2,9 +2,9 @@ SUMMARY = "RenderDoc recipe providing renderdoccmd" | |||
2 | DESCRIPTION = "RenderDoc is a frame-capture based graphics debugger" | 2 | DESCRIPTION = "RenderDoc is a frame-capture based graphics debugger" |
3 | HOMEPAGE = "https://github.com/baldurk/renderdoc" | 3 | HOMEPAGE = "https://github.com/baldurk/renderdoc" |
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=5486c0df458c74c85828e0cdbffd499e" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=36d34a46cb71546195d2b0c626a52e5d" |
6 | 6 | ||
7 | SRCREV = "cc05b288b6d1660ab04c6cf01173f1bb62e6f5dd" | 7 | SRCREV = "35b13a8e8fd2a331854dba6da81a20452e142d6f" |
8 | SRC_URI = " \ | 8 | SRC_URI = " \ |
9 | git://github.com/baldurk/${BPN}.git;protocol=https;branch=v1.x \ | 9 | git://github.com/baldurk/${BPN}.git;protocol=https;branch=v1.x \ |
10 | file://0001-renderdoc-use-xxd-instead-of-cross-compiling-shim-bi.patch \ | 10 | file://0001-renderdoc-use-xxd-instead-of-cross-compiling-shim-bi.patch \ |