summaryrefslogtreecommitdiff
path: root/patches/openembedded-core-github-https.patch
blob: bbeea1d953c58e787993bfbdfd6720b471022ab6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
github no longer allows clear git protocol, so switch to https
===============================================================
diff --git a/layers/openembedded-core/meta/recipes-core/systemd/systemd.inc b/layers/openembedded-core/meta/recipes-core/systemd/systemd.inc
index 3165d13f03..8b5260bb0d 100644
--- a/layers/openembedded-core/meta/recipes-core/systemd/systemd.inc
+++ b/layers/openembedded-core/meta/recipes-core/systemd/systemd.inc
@@ -16,6 +16,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.GPL2;md5=751419260aa954499f7abaabaa882bbe \
 
 SRCREV = "3ceaa81c61b654ebf562464d142675bd4d57d7b6"
 SRCBRANCH = "v244-stable"
-SRC_URI = "git://github.com/systemd/systemd-stable.git;protocol=git;branch=${SRCBRANCH}"
+SRC_URI = "git://github.com/systemd/systemd-stable.git;protocol=https;branch=${SRCBRANCH}"
 
 S = "${WORKDIR}/git"