summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/renderdoc
diff options
context:
space:
mode:
authorPeter Kjellerstedt <pkj@axis.com>2023-04-05 01:50:47 +0200
committerKhem Raj <raj.khem@gmail.com>2023-04-05 15:56:47 -0700
commit2e0a581bee7fc15a78f6e19ba1e596930edee414 (patch)
treecc915bf6362b58bae22678a1616c50083fbc460c /meta-oe/recipes-graphics/renderdoc
parent4decf7d0a71c4bc3056349d0c5f5a097d17b1cc0 (diff)
downloadmeta-openembedded-2e0a581bee7fc15a78f6e19ba1e596930edee414.tar.gz
recipes: Remove double protocol= from SRC_URIs
With the exception of paho-mqtt-cpp, the double protocol= attributes were added to the SRC_URIs when protocol=https was added to all SRC_URIs fetching from github.com in commit b402a3076f (recipes: Update SRC_URI branch and protocols). Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/renderdoc')
-rw-r--r--meta-oe/recipes-graphics/renderdoc/renderdoc_1.13.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/renderdoc/renderdoc_1.13.bb b/meta-oe/recipes-graphics/renderdoc/renderdoc_1.13.bb
index 0bc03941fa..ceff54f46a 100644
--- a/meta-oe/recipes-graphics/renderdoc/renderdoc_1.13.bb
+++ b/meta-oe/recipes-graphics/renderdoc/renderdoc_1.13.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=5486c0df458c74c85828e0cdbffd499e"
6 6
7SRCREV = "cc05b288b6d1660ab04c6cf01173f1bb62e6f5dd" 7SRCREV = "cc05b288b6d1660ab04c6cf01173f1bb62e6f5dd"
8SRC_URI = " \ 8SRC_URI = " \
9 git://github.com/baldurk/${BPN}.git;protocol=http;branch=v1.x;protocol=https \ 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 \
11" 11"
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"