From 6809c6fb5c5e8e79d2c00a8fd618a759b86b9060 Mon Sep 17 00:00:00 2001 From: Jason Reiss Date: Wed, 6 Jun 2018 11:39:01 -0500 Subject: add dependancies to lora-network-server package, could not run on latest build, libcurl was not available --- recipes-connectivity/lora/lora-network-server_2.0.19.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3