diff options
-rw-r--r-- | recipes-connectivity/lora/lora-gateway_5.0.1.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes-connectivity/lora/lora-gateway_5.0.1.bb b/recipes-connectivity/lora/lora-gateway_5.0.1.bb index 6a4ba9d..a8d4505 100644 --- a/recipes-connectivity/lora/lora-gateway_5.0.1.bb +++ b/recipes-connectivity/lora/lora-gateway_5.0.1.bb @@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=a2bdef95625509f821ba00460e3ae0eb" DEPENDS = "gpsd" RDEPENDS_${PN} = "gpsd" -PR = "r21" -SRCREV = "408ecd322635e37c710006c95a22dddc455e7f08" +PR = "r22" +SRCREV = "a0a94c3336574482d16fa910e94d7f07bba60123" SRC_URI = "git://git@gitlab.multitech.net/lora_enterprise/lora_gateway_mtac_full.git;protocol=ssh;branch=master \ file://library_4.0.cfg \ @@ -66,4 +66,3 @@ FILES_${PN}-staticdev = "${libdir}/lora/libloragw.a" do_rm_work() { echo "skipping" } - |