diff options
author | John Klug <john.klug@multitech.com> | 2021-06-22 08:46:58 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2021-06-22 08:46:58 -0500 |
commit | 26679abc7e70f2b1c50946ba0d905095164c18c4 (patch) | |
tree | 526f3183c585fd6cc17bef557a016e83d87ddb98 | |
parent | f4a46426cc4825079dd884333eae3fdeaca7a9a2 (diff) | |
download | meta-mlinux-26679abc7e70f2b1c50946ba0d905095164c18c4.tar.gz meta-mlinux-26679abc7e70f2b1c50946ba0d905095164c18c4.tar.bz2 meta-mlinux-26679abc7e70f2b1c50946ba0d905095164c18c4.zip |
LoRa Gateway 5.0.1r28
-rw-r--r-- | recipes-connectivity/lora/lora-gateway_5.0.1.bb | 6 |
1 files changed, 3 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 1ad47d2..2719b2e 100644 --- a/recipes-connectivity/lora/lora-gateway_5.0.1.bb +++ b/recipes-connectivity/lora/lora-gateway_5.0.1.bb @@ -5,10 +5,10 @@ SECTION = "console/utils" # Semtech license is a modified BSD-style license LICENSE = "Proprietary" LIC_FILES_CHKSUM = "file://LICENSE;md5=a2bdef95625509f821ba00460e3ae0eb" -DEPENDS = "libgps24" -RDEPENDS_${PN} = "libgps24" +DEPENDS = "gpsd" +RDEPENDS_${PN} = "libgps" -PR = "r24" +PR = "r28" SRCREV = "dea57d6f29246434173c33c56850708c51fc5b23" |