summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/userland
diff options
context:
space:
mode:
authorMarcel Hamer <marcel@solidxs.se>2021-11-05 12:18:39 +0100
committerAndrei Gherzan <andrei@gherzan.com>2021-11-08 15:49:44 +0000
commitb43056a31fd7dc9537b4d60802b6e074bd1c21c4 (patch)
tree20a21b5ee9a5220a35271762ecc8c4f517bb9603 /recipes-graphics/userland
parent59c2d6f7a8b1239bd7b587b9180c2a55f9c695a2 (diff)
downloadmeta-raspberrypi-github-dunfell.tar.gz
recipes: Update SRC_URI protocols for githubgithub-dunfell
Use protocols=https for GitHub SRC_URIs using the conversion script in openembedded-core. Signed-off-by: Marcel Hamer <marcel@solidxs.se> Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
Diffstat (limited to 'recipes-graphics/userland')
-rw-r--r--recipes-graphics/userland/userland_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb
index 1138da8..5378cde 100644
--- a/recipes-graphics/userland/userland_git.bb
+++ b/recipes-graphics/userland/userland_git.bb
@@ -20,7 +20,7 @@ SRCREV = "188d3bfe4a0ac36b119a2cee35a6be8d0c68e09e"
20PV = "20200624" 20PV = "20200624"
21 21
22SRC_URI = "\ 22SRC_URI = "\
23 git://github.com/${SRCFORK}/userland.git;protocol=git;branch=${SRCBRANCH} \ 23 git://github.com/${SRCFORK}/userland.git;protocol=https;branch=${SRCBRANCH} \
24 file://0001-Allow-applications-to-set-next-resource-handle.patch \ 24 file://0001-Allow-applications-to-set-next-resource-handle.patch \
25 file://0002-wayland-Add-support-for-the-Wayland-winsys.patch \ 25 file://0002-wayland-Add-support-for-the-Wayland-winsys.patch \
26 file://0003-wayland-Add-Wayland-example.patch \ 26 file://0003-wayland-Add-Wayland-example.patch \