From 7971cb0aa3e517a53f0ce6d3ee9bc3179041ccb8 Mon Sep 17 00:00:00 2001 From: John Klug Date: Wed, 25 May 2022 17:12:18 -0500 Subject: mLinux 6 --- patches/openembedded-core-github-https.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 patches/openembedded-core-github-https.patch (limited to 'patches/openembedded-core-github-https.patch') 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" -- cgit v1.2.3