diff options
author | John Klug <john.klug@multitech.com> | 2020-07-17 16:00:08 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2020-07-17 16:00:08 -0500 |
commit | c62a6a7e448a4dc7dc7c57d21363399fab3a7594 (patch) | |
tree | cedc07087c337ddf35b79d54a64fe023670d5109 /recipes-connectivity | |
parent | 6a2a940137eecfd7d480883f34d657086f5e1766 (diff) | |
download | meta-mlinux-c62a6a7e448a4dc7dc7c57d21363399fab3a7594.tar.gz meta-mlinux-c62a6a7e448a4dc7dc7c57d21363399fab3a7594.tar.bz2 meta-mlinux-c62a6a7e448a4dc7dc7c57d21363399fab3a7594.zip |
LoRa gateway depends on libgps24 for gpsd.h
Diffstat (limited to 'recipes-connectivity')
-rw-r--r-- | recipes-connectivity/lora/lora-gateway_5.0.1.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes-connectivity/lora/lora-gateway_5.0.1.bb b/recipes-connectivity/lora/lora-gateway_5.0.1.bb index a86b23a..fcd6f4d 100644 --- a/recipes-connectivity/lora/lora-gateway_5.0.1.bb +++ b/recipes-connectivity/lora/lora-gateway_5.0.1.bb @@ -5,8 +5,10 @@ SECTION = "console/utils" # Semtech license is a modified BSD-style license LICENSE = "Proprietary" LIC_FILES_CHKSUM = "file://LICENSE;md5=a2bdef95625509f821ba00460e3ae0eb" -DEPENDS = "gpsd" -RDEPENDS_${PN} = "gpsd" + +# libgps24 is the GPSD library +DEPENDS = "libgps24" +RDEPENDS_${PN} = "libgps24" PR = "r24" SRCREV = "dea57d6f29246434173c33c56850708c51fc5b23" |