diff options
author | John Klug <john.klug@multitech.com> | 2022-03-23 16:11:19 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2022-03-23 16:11:19 -0500 |
commit | 4a13ce5e5826f4bd433d400a5c6a0bcf9e89df1f (patch) | |
tree | 31d3ce637969928733280e173f593c311708565d /recipes-connectivity | |
parent | 39f5606246dffd5d036ab94d390b0e03fb06cf52 (diff) | |
download | meta-mlinux-4a13ce5e5826f4bd433d400a5c6a0bcf9e89df1f.tar.gz meta-mlinux-4a13ce5e5826f4bd433d400a5c6a0bcf9e89df1f.tar.bz2 meta-mlinux-4a13ce5e5826f4bd433d400a5c6a0bcf9e89df1f.zip |
github no longer accepts clear git protocol so switch to https
Diffstat (limited to 'recipes-connectivity')
4 files changed, 4 insertions, 4 deletions
diff --git a/recipes-connectivity/bluez/python-gatt-server_1.0.bb b/recipes-connectivity/bluez/python-gatt-server_1.0.bb index 76069f6..d68d9af 100644 --- a/recipes-connectivity/bluez/python-gatt-server_1.0.bb +++ b/recipes-connectivity/bluez/python-gatt-server_1.0.bb @@ -8,7 +8,7 @@ S = "${WORKDIR}/git" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://LICENSE;md5=c53d04442d1a229d62549856b7ec456a" -SRC_URI = "git://github.com/Jumperr-labs/python-gatt-server.git;protocol=git" +SRC_URI = "git://github.com/Jumperr-labs/python-gatt-server.git;protocol=https" RDEPENDS_${PN} += "python-dbus python-pygobject" diff --git a/recipes-connectivity/lora/lora-basic-station_2.0.5-3.bb b/recipes-connectivity/lora/lora-basic-station_2.0.5-3.bb index 977805b..7568330 100644 --- a/recipes-connectivity/lora/lora-basic-station_2.0.5-3.bb +++ b/recipes-connectivity/lora/lora-basic-station_2.0.5-3.bb @@ -11,7 +11,7 @@ PR = "r3" SRCREV = "${PV}" -SRC_URI = "git://github.com/MultiTechSystems/basicstation.git;protocol=git;branch=master \ +SRC_URI = "git://github.com/MultiTechSystems/basicstation.git;protocol=https;branch=master \ file://setup.gmk \ file://lora-basic-station.init \ file://lora-basic-station.default \ diff --git a/recipes-connectivity/lora/lora-gateway-sx1303_2.0.7.bb b/recipes-connectivity/lora/lora-gateway-sx1303_2.0.7.bb index fb2d708..0f0fb24 100644 --- a/recipes-connectivity/lora/lora-gateway-sx1303_2.0.7.bb +++ b/recipes-connectivity/lora/lora-gateway-sx1303_2.0.7.bb @@ -12,7 +12,7 @@ PR = "r0" # SRCREV = "100104ee350a0e469b348ac383486d311caaf5e5" SRCREV = "V${PV}" -SRC_URI = "git://github.com/MultiTechSystems/sx1302_hal.git;protocol=git;branch=master \ +SRC_URI = "git://github.com/MultiTechSystems/sx1302_hal.git;protocol=https;branch=master \ file://global_conf.json.MTAC_003_0_0.EU868 \ file://global_conf.json.MTAC_003_0_0.US915 \ file://global_conf.json.MTCAP3.EU868 \ diff --git a/recipes-connectivity/lora/lora-packet-forwarder-usb_1.4.1.bb b/recipes-connectivity/lora/lora-packet-forwarder-usb_1.4.1.bb index 5131a34..771d2ce 100644 --- a/recipes-connectivity/lora/lora-packet-forwarder-usb_1.4.1.bb +++ b/recipes-connectivity/lora/lora-packet-forwarder-usb_1.4.1.bb @@ -13,7 +13,7 @@ EXTRA_OEMAKE = " -e" # tag v1.4.1 SRCREV = "0011a60759a7d81656a5393e97089daab1ff1a81" -SRC_URI = "git://github.com/Lora-net/packet_forwarder.git;protocol=git \ +SRC_URI = "git://github.com/Lora-net/packet_forwarder.git;protocol=https \ file://lora-packet-forwarder-add-no-header-option.patch \ file://lora-packet-forwarder-set-spi-path.patch \ file://lora-packet-forwarder-fixb64.patch \ |