summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2021-11-15 12:22:11 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2021-11-29 10:07:29 +0100
commitbe4af472843c95236a1dcd4552233ba1aaabc346 (patch)
tree9930ba5262562139df11ef4aed0cfb0626b10464
parent1c0c33819bb8021ce722df12c750f9ede8709e89 (diff)
libusbgx: use https protocol
Github no longer allows a plain git protocol. https://github.blog/2021-09-01-improving-git-protocol-security-github/#no-more-unauthenticated-git Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--recipes-support/libusbgx/libusbgx_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-support/libusbgx/libusbgx_git.bb b/recipes-support/libusbgx/libusbgx_git.bb
index e4be625..1c30ce4 100644
--- a/recipes-support/libusbgx/libusbgx_git.bb
+++ b/recipes-support/libusbgx/libusbgx_git.bb
@@ -14,7 +14,7 @@ PV = "0.2.0+git${SRCPV}"
SRCREV = "fa4e7e92260e33f78b72e7796b3df28c4c84b8e2"
SRCBRANCH = "master"
SRC_URI = " \
- git://github.com/libusbgx/libusbgx.git;branch=${SRCBRANCH} \
+ git://github.com/libusbgx/libusbgx.git;branch=${SRCBRANCH};protocol=https \
file://usbg.service \
file://g1.schema.in \
"