summaryrefslogtreecommitdiff
path: root/meta-openvuplus/recipes-multimedia/gstreamer/gstreamer1.0-plugin-subsink.bb
diff options
context:
space:
mode:
authorsmlee <smlee@dev3>2022-04-18 04:41:08 (GMT)
committersmlee <smlee@dev3>2022-04-18 04:41:08 (GMT)
commit3a620392786312e9a34537828f7189ab272b17e0 (patch)
tree6207c1947c8ceb88f70c496c9aa81a40c11038f0 /meta-openvuplus/recipes-multimedia/gstreamer/gstreamer1.0-plugin-subsink.bb
parent149a169a9c4d40e02f1153c5f7df1b304601e03b (diff)
Fix SRC_URI for github
- use protocol=https - https://github.blog/2021-09-01-improving-git-protocol-security-github/
Diffstat (limited to 'meta-openvuplus/recipes-multimedia/gstreamer/gstreamer1.0-plugin-subsink.bb')
-rw-r--r--meta-openvuplus/recipes-multimedia/gstreamer/gstreamer1.0-plugin-subsink.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openvuplus/recipes-multimedia/gstreamer/gstreamer1.0-plugin-subsink.bb b/meta-openvuplus/recipes-multimedia/gstreamer/gstreamer1.0-plugin-subsink.bb
index b5ea091..451c928 100644
--- a/meta-openvuplus/recipes-multimedia/gstreamer/gstreamer1.0-plugin-subsink.bb
+++ b/meta-openvuplus/recipes-multimedia/gstreamer/gstreamer1.0-plugin-subsink.bb
@@ -5,7 +5,7 @@ DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
-SRC_URI = "git://github.com/OpenPLi/gst-plugin-subsink.git;protocol=git;branch=master"
+SRC_URI = "git://github.com/OpenPLi/gst-plugin-subsink.git;protocol=https;branch=master"
SRCREV = "${AUTOREV}"
S = "${WORKDIR}/git"