diff options
author | Pierre-Jean Texier <texier.pj2@gmail.com> | 2021-11-03 22:10:20 +0100 |
---|---|---|
committer | Roland Hieber <rhi@pengutronix.de> | 2021-11-23 16:29:24 +0100 |
commit | 182b4a6a6e6dd0c86e0e15f1152bb1c65f746015 (patch) | |
tree | 546351390398988de37214a21ae47b884ce33627 /recipes-bsp/libimxdmabuffer/libimxdmabuffer_1.0.1.bb | |
parent | 727fd8df20c8ee58474ce15cd5e1459f14bee977 (diff) | |
download | meta-freescale-182b4a6a6e6dd0c86e0e15f1152bb1c65f746015.tar.gz |
recipes: use https protocol and add explicit branch parameter
Due to https://github.blog/2021-09-01-improving-git-protocol-security-github/#no-more-unauthenticated-git
it is required to use https protocol for github repo accessing.
Update created with oe-core/scripts/contrib/convert-srcuri.py (see [0])
Fixes:
WARNING: /work/meta-freescale/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2021.07.bb: URL: git://github.com/Freescale/u-boot-fslc.git;branch=2021.07+fslc uses git protocol which is no longer supported by github. Please change to ;protocol=https in the url.
[0] - https://git.openembedded.org/openembedded-core/tree/scripts/contrib/convert-srcuri.py
Signed-off-by: Pierre-Jean Texier <texier.pj2@gmail.com>
(cherry picked from commit bef00d6e4f25b4a9d3272e0d69db7545590ed204)
Diffstat (limited to 'recipes-bsp/libimxdmabuffer/libimxdmabuffer_1.0.1.bb')
-rw-r--r-- | recipes-bsp/libimxdmabuffer/libimxdmabuffer_1.0.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/libimxdmabuffer/libimxdmabuffer_1.0.1.bb b/recipes-bsp/libimxdmabuffer/libimxdmabuffer_1.0.1.bb index 9b918f2c..20b1ec13 100644 --- a/recipes-bsp/libimxdmabuffer/libimxdmabuffer_1.0.1.bb +++ b/recipes-bsp/libimxdmabuffer/libimxdmabuffer_1.0.1.bb | |||
@@ -9,7 +9,7 @@ PV .= "+git${SRCPV}" | |||
9 | 9 | ||
10 | SRCBRANCH ?= "master" | 10 | SRCBRANCH ?= "master" |
11 | SRCREV = "d2058aa404ee1e8e8abd552c6a637787bcdcf514" | 11 | SRCREV = "d2058aa404ee1e8e8abd552c6a637787bcdcf514" |
12 | SRC_URI = "git://github.com/Freescale/libimxdmabuffer.git;branch=${SRCBRANCH} \ | 12 | SRC_URI = "git://github.com/Freescale/libimxdmabuffer.git;branch=${SRCBRANCH};protocol=https \ |
13 | file://run-ptest \ | 13 | file://run-ptest \ |
14 | " | 14 | " |
15 | 15 | ||