diff options
author | Jason Reiss <jreiss@multitech.com> | 2018-06-06 11:39:01 -0500 |
---|---|---|
committer | Jason Reiss <jreiss@multitech.com> | 2018-06-06 11:39:01 -0500 |
commit | 6809c6fb5c5e8e79d2c00a8fd618a759b86b9060 (patch) | |
tree | db139463ad53cc6e8a0c405480c6b8e694e7b6eb /recipes-connectivity/lora | |
parent | 87b4ab0dc80c42bded9d939bce01102cf2f472d4 (diff) | |
download | meta-mlinux-6809c6fb5c5e8e79d2c00a8fd618a759b86b9060.tar.gz meta-mlinux-6809c6fb5c5e8e79d2c00a8fd618a759b86b9060.tar.bz2 meta-mlinux-6809c6fb5c5e8e79d2c00a8fd618a759b86b9060.zip |
add dependancies to lora-network-server package, could not run on latest build, libcurl was not available
Diffstat (limited to 'recipes-connectivity/lora')
-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" |