diff options
author | John Klug <john.klug@multitech.com> | 2022-04-08 10:23:20 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2022-04-08 10:23:20 -0500 |
commit | 5789e247f268a8e100eb600d983a1ef09bfc32da (patch) | |
tree | c5acc58115ddd57d7077b59d10fa7a7f820ea6ab /recipes-connectivity | |
parent | e0196978c1999ed18625164168864a8f9dcfc13d (diff) | |
download | meta-mlinux-5789e247f268a8e100eb600d983a1ef09bfc32da.tar.gz meta-mlinux-5789e247f268a8e100eb600d983a1ef09bfc32da.tar.bz2 meta-mlinux-5789e247f268a8e100eb600d983a1ef09bfc32da.zip |
lora-gateway-sx1303 uses git
Diffstat (limited to 'recipes-connectivity')
-rw-r--r-- | recipes-connectivity/lora/lora-gateway-sx1303_2.0.17.bb | 3 |
1 files changed, 1 insertions, 2 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 ec0c81e..312eda4 100644 --- a/recipes-connectivity/lora/lora-gateway-sx1303_2.0.17.bb +++ b/recipes-connectivity/lora/lora-gateway-sx1303_2.0.17.bb @@ -10,10 +10,9 @@ RDEPENDS_${PN} += "bash" PR = "r6" -#SRCREV = "06531662f3ef73a0e9878ed5313451d8a6cafbc5" SRCREV = "V${PV}" -SRC_URI = "https://github.com/MultiTechSystems/sx1302_hal.git;protocol=https;branch=master \ +SRC_URI = "git://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 \ |