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-12-02 15:56:23 +0100
commitb26a63011d3bfc4a0f0809a9cf5fd345389d8736 (patch)
treed562f6716fa1631655d31a90bfb57a2dac645ef7
parent89d6ef8727af1ed84a48a2ccf1106da582267080 (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> (cherry picked from commit be4af472843c95236a1dcd4552233ba1aaabc346)
-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 9feee5c..79df5f9 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 \
"