diff --git a/recipes-bsp/linux-mpu9150/linux-mpu9150_git.bb b/recipes-bsp/linux-mpu9150/linux-mpu9150_git.bb index 448c0e3..c1d1a7e 100644 --- a/recipes-bsp/linux-mpu9150/linux-mpu9150_git.bb +++ b/recipes-bsp/linux-mpu9150/linux-mpu9150_git.bb @@ -4,7 +4,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=e6868d1ce8f058ecc5658ecebb086636" SRCREV = "1103417819fe855d8d0d3e6a277870679ad01bd2" -SRC_URI = "git://github.com/mlaurijsse/linux-mpu9150.git" +SRC_URI = "https://github.com/mlaurijsse/linux-mpu9150.git" PV = "v0.0+git${SRCPV}" PR = "r1a" diff --git a/recipes-devtools/omapconf/omapconf_git.bb b/recipes-devtools/omapconf/omapconf_git.bb index 8ae572c..ec2e17b 100644 --- a/recipes-devtools/omapconf/omapconf_git.bb +++ b/recipes-devtools/omapconf/omapconf_git.bb @@ -12,7 +12,7 @@ COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|omap4" BRANCH ?= "master" SRCREV = "a5dac6c5a65c672bd299b42ca495566a7cc137a4" -SRC_URI = "git://github.com/omapconf/omapconf.git;protocol=git;branch=${BRANCH}" +SRC_URI = "https://github.com/omapconf/omapconf.git;protocol=git;branch=${BRANCH}" S = "${WORKDIR}/git" diff --git a/recipes-extra/n2n/n2n_git.bb b/recipes-extra/n2n/n2n_git.bb index 1c62d4e..f8ec6b3 100644 --- a/recipes-extra/n2n/n2n_git.bb +++ b/recipes-extra/n2n/n2n_git.bb @@ -8,7 +8,7 @@ RRECOMMENDS_${PN} = "kernel-module-tun" PR="r3" -SRC_URI = "git://github.com/ntop/n2n.git;branch=master \ +SRC_URI = "https://github.com/ntop/n2n.git;branch=master \ file://edge.sh \ file://n2n-edge@.service \ file://0001-Makefile-Allow-cross-compilation-environment-to-spec.patch" diff --git a/recipes-extra/python/python-jsonrpclib_git.bb b/recipes-extra/python/python-jsonrpclib_git.bb index 867b7b4..c9e1860 100644 --- a/recipes-extra/python/python-jsonrpclib_git.bb +++ b/recipes-extra/python/python-jsonrpclib_git.bb @@ -7,7 +7,7 @@ PR = "r0" SRCREV = "b59217c971603a30648b041c84f85159afb2ec31" -SRC_URI = "git://github.com/joshmarshall/jsonrpclib.git" +SRC_URI = "https://github.com/joshmarshall/jsonrpclib.git" S = "${WORKDIR}/git" inherit distutils diff --git a/recipes-extra/rauc/rauc-native.bb b/recipes-extra/rauc/rauc-native.bb index b93d89e..9ef0b2c 100644 --- a/recipes-extra/rauc/rauc-native.bb +++ b/recipes-extra/rauc/rauc-native.bb @@ -1,6 +1,6 @@ require rauc.bb -SRC_URI = "git://github.com/jluebbe/rauc.git;protocol=https \ +SRC_URI = "https://github.com/jluebbe/rauc.git;protocol=https \ file://dev-ca.pem \ file://rauc-done.service \ file://rauc-ubi.rules " diff --git a/recipes-extra/rauc/rauc.bb b/recipes-extra/rauc/rauc.bb index 6266932..7313102 100644 --- a/recipes-extra/rauc/rauc.bb +++ b/recipes-extra/rauc/rauc.bb @@ -3,7 +3,7 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" PR = "r1" -SRC_URI = "git://github.com/jluebbe/rauc.git;protocol=https \ +SRC_URI = "https://github.com/jluebbe/rauc.git;protocol=https \ file://dev-ca.pem \ file://system.conf \ file://rauc-done.service \ diff --git a/recipes-support/pps-tools/pps-tools_git.bb b/recipes-support/pps-tools/pps-tools_git.bb index 73c46ee..2bcc9bc 100644 --- a/recipes-support/pps-tools/pps-tools_git.bb +++ b/recipes-support/pps-tools/pps-tools_git.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" PV = "0.0.0+git${SRCPV}" SRCREV = "0deb9c7e135e9380a6d09e9d2e938a146bb698c8" -SRC_URI = "git://github.com/ago/pps-tools.git" +SRC_URI = "https://github.com/ago/pps-tools.git" S = "${WORKDIR}/git"