summaryrefslogtreecommitdiff
path: root/patches/openembedded-core-github-https.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/openembedded-core-github-https.patch')
-rw-r--r--patches/openembedded-core-github-https.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/patches/openembedded-core-github-https.patch b/patches/openembedded-core-github-https.patch
new file mode 100644
index 0000000..bbeea1d
--- /dev/null
+++ b/patches/openembedded-core-github-https.patch
@@ -0,0 +1,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"