Browse Source

dubhe: recipes: Update github.com urls to use https

Github has announced there will be no more git:// fetching from their
servers:

https://github.blog/2021-09-01-improving-git-protocol-security-github/#no-more-unauthenticated-git

and they're about to start having brownout periods to encourage people
to update. This runs the conversion script over OE-Core to update our
urls to use https instead of git.

(From OE-Core rev: b37b61e9a1e448a34957db9ae39285d21352552e)

Signed-off-by: Jun Yuan Tan <junyuan.tan@starfivetech.com>
Jun Yuan Tan 2 years ago
parent
commit
01b4245030

+ 1 - 1
recipes-benchmark/coremark/coremark_1.0.bb

@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5
 
 INHIBIT_PACKAGE_STRIP = "1"
 
-SRC_URI = "git://github.com/sifive/benchmark-coremark.git \
+SRC_URI = "git://github.com/sifive/benchmark-coremark.git;protocol=https \
            file://0001-Add-Compiler-Flags-and-remove-exe-from-output.patch \
            "
 SRCREV = "4486de1f0afe9d6c1fa8dd63743e5751286f3d2f"

+ 1 - 1
recipes-benchmark/dhrystone/dhrystone_2.1.bb

@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/PD;md5=b3597d1
 
 INHIBIT_PACKAGE_STRIP = "1"
 
-SRC_URI = "git://github.com/sifive/benchmark-dhrystone.git \
+SRC_URI = "git://github.com/sifive/benchmark-dhrystone.git;protocol=https \
            file://0001-dhrystone-Edit-compiler-flags.patch \
            "
 SRCREV = "0ddff533cc9052c524990d5ace4560372053314b"

+ 1 - 1
recipes-devtools/gdb/gdb-10.1.inc

@@ -9,7 +9,7 @@ BRANCH = "fsf-gdb-10.1-with-sim"
 
 S = "${WORKDIR}/git"
 
-SRC_URI = "git://github.com/riscv/riscv-binutils-gdb.git;branch=${BRANCH} \
+SRC_URI = "git://github.com/riscv/riscv-binutils-gdb.git;branch=${BRANCH};protocol=https \
            file://0001-add-b-v-extension-support.patch \
            file://0001-make-man-install-relative-to-DESTDIR.patch \
            file://0002-mips-linux-nat-Define-_ABIO32-if-not-defined.patch \