summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/renderdoc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-graphics/renderdoc')
-rw-r--r--meta-oe/recipes-graphics/renderdoc/renderdoc_1.38.bb (renamed from meta-oe/recipes-graphics/renderdoc/renderdoc_1.27.bb)5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-oe/recipes-graphics/renderdoc/renderdoc_1.27.bb b/meta-oe/recipes-graphics/renderdoc/renderdoc_1.38.bb
index 58f2275736..c5a0cdc6aa 100644
--- a/meta-oe/recipes-graphics/renderdoc/renderdoc_1.27.bb
+++ b/meta-oe/recipes-graphics/renderdoc/renderdoc_1.38.bb
@@ -2,13 +2,12 @@ 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=36d34a46cb71546195d2b0c626a52e5d" 5LIC_FILES_CHKSUM = "file://LICENSE.md;md5=963d134bd809d24547253120513346d3"
6 6
7SRCREV = "35b13a8e8fd2a331854dba6da81a20452e142d6f" 7SRCREV = "34c3c40787f440da9c2947cd63a41e6c4d1f95b9"
8SRC_URI = " \ 8SRC_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" 10"
11S = "${WORKDIR}/git"
12 11
13DEPENDS += "virtual/libx11 virtual/libgl libxcb xcb-util-keysyms" 12DEPENDS += "virtual/libx11 virtual/libgl libxcb xcb-util-keysyms"
14 13