diff options
Diffstat (limited to 'recipes-connectivity/lora/lora-network-server_2.0.19.bb')
-rw-r--r-- | recipes-connectivity/lora/lora-network-server_2.0.19.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-connectivity/lora/lora-network-server_2.0.19.bb b/recipes-connectivity/lora/lora-network-server_2.0.19.bb index ef99b24..5d105f3 100644 --- a/recipes-connectivity/lora/lora-network-server_2.0.19.bb +++ b/recipes-connectivity/lora/lora-network-server_2.0.19.bb @@ -3,7 +3,7 @@ PRIORITY = "optional" SECTION = "console/utils" LICENSE = "Proprietary" LIC_FILES_CHKSUM = "file://LICENSE;md5=ae2ad602b723a163cd33ca5ee991fbcd" -DEPENDS = "jsoncpp libmts mosquitto sqlite3" +DEPENDS = "jsoncpp libmts mosquitto sqlite3 curl gnutls" RDEPENDS_${PN} += "lora-packet-forwarder logrotate bash" PR = "r3" CONFFILES_${PN} += "${sysconfdir}/default/lora-network-server ${sysconfdir}/init.d/lora-network-server" |