diff options
author | Harsh Sharma <harsh.sharma@multitech.com> | 2022-04-08 10:11:38 -0500 |
---|---|---|
committer | Harsh Sharma <harsh.sharma@multitech.com> | 2022-04-08 10:11:38 -0500 |
commit | 578984195194e7520440cc1a55a5555f728518b4 (patch) | |
tree | a151f706ac39df988d45ffff243461d1af0b78f5 /recipes-connectivity | |
parent | 6d4402d83d6586078b53fabc2f958350b1c6e05c (diff) | |
download | meta-mlinux-578984195194e7520440cc1a55a5555f728518b4.tar.gz meta-mlinux-578984195194e7520440cc1a55a5555f728518b4.tar.bz2 meta-mlinux-578984195194e7520440cc1a55a5555f728518b4.zip |
lora 1303 changed src uri to use https
Diffstat (limited to 'recipes-connectivity')
-rw-r--r-- | recipes-connectivity/lora/lora-gateway-sx1303_2.0.17.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-connectivity/lora/lora-gateway-sx1303_2.0.17.bb b/recipes-connectivity/lora/lora-gateway-sx1303_2.0.17.bb index 1eade0b..ba03cea 100644 --- a/recipes-connectivity/lora/lora-gateway-sx1303_2.0.17.bb +++ b/recipes-connectivity/lora/lora-gateway-sx1303_2.0.17.bb @@ -13,7 +13,7 @@ PR = "r6" #SRCREV = "06531662f3ef73a0e9878ed5313451d8a6cafbc5" SRCREV = "V${PV}" -SRC_URI = "git://github.com/MultiTechSystems/sx1302_hal.git;protocol=https;branch=master \ +SRC_URI = "https://github.com/MultiTechSystems/sx1302_hal.git;protocol=https;branch=master \ file://reset_lgw.sh \ file://global_conf.json.MTAC_003_0_0.EU868 \ file://global_conf.json.MTAC_003_0_0.US915 \ |