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, 0 insertions, 14 deletions
diff --git a/patches/openembedded-core-github-https.patch b/patches/openembedded-core-github-https.patch
deleted file mode 100644
index bbeea1d..0000000
--- a/patches/openembedded-core-github-https.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-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"