diff options
author | Harsh Sharma <harsh.sharma@multitech.com> | 2022-04-05 17:17:52 -0500 |
---|---|---|
committer | Harsh Sharma <harsh.sharma@multitech.com> | 2022-04-05 17:17:52 -0500 |
commit | 779f85d507620b23c6ff57833036c327310d8cef (patch) | |
tree | 59e97ad996bd48f65612ede63be8e6d44d7d8d90 /recipes-connectivity | |
parent | c5606f336ec51066d7f70b991dd92bde91cc67c9 (diff) | |
download | meta-mlinux-779f85d507620b23c6ff57833036c327310d8cef.tar.gz meta-mlinux-779f85d507620b23c6ff57833036c327310d8cef.tar.bz2 meta-mlinux-779f85d507620b23c6ff57833036c327310d8cef.zip |
Removed lora packet forwarder from lns dependency list
Diffstat (limited to 'recipes-connectivity')
-rw-r--r-- | recipes-connectivity/lora/lora-network-server_2.5.35.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-connectivity/lora/lora-network-server_2.5.35.bb b/recipes-connectivity/lora/lora-network-server_2.5.35.bb index 97a9852..395fb0f 100644 --- a/recipes-connectivity/lora/lora-network-server_2.5.35.bb +++ b/recipes-connectivity/lora/lora-network-server_2.5.35.bb @@ -4,7 +4,7 @@ SECTION = "console/utils" LICENSE = "Proprietary" LIC_FILES_CHKSUM = "file://LICENSE;md5=2b9a30a3082ddccd2c695a4dbeeab80d" DEPENDS = "jsoncpp libmts mosquitto sqlite3 curl gnutls" -RDEPENDS_${PN} += "lora-packet-forwarder logrotate bash lora-logging jsoncpp" +RDEPENDS_${PN} += "logrotate bash lora-logging jsoncpp" PR = "r0" CONFFILES_${PN} += "${sysconfdir}/default/lora-network-server ${sysconfdir}/init.d/lora-network-server" |