diff options
author | Jason Reiss <jreiss@multitech.com> | 2017-11-10 09:26:50 -0600 |
---|---|---|
committer | Jason Reiss <jreiss@multitech.com> | 2017-11-10 09:26:50 -0600 |
commit | 9b3aedd8a16023768dbffc77aac80622ca6d263e (patch) | |
tree | fe033d161d45a6ced3cf8d28291fb0b129a05722 | |
parent | 12e56c0ea0e6f224482266755774965537be6e2c (diff) | |
download | meta-mlinux-9b3aedd8a16023768dbffc77aac80622ca6d263e.tar.gz meta-mlinux-9b3aedd8a16023768dbffc77aac80622ca6d263e.tar.bz2 meta-mlinux-9b3aedd8a16023768dbffc77aac80622ca6d263e.zip |
lora: update lora-query, mark network server init scripts as config files to disable overwriting if updated on AEP with opkg from the feeds
-rw-r--r-- | recipes-connectivity/lora/lora-network-server_1.0.43.bb | 1 | ||||
-rw-r--r-- | recipes-connectivity/lora/lora-query_1.0.4.bb (renamed from recipes-connectivity/lora/lora-query_1.0.2.bb) | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/recipes-connectivity/lora/lora-network-server_1.0.43.bb b/recipes-connectivity/lora/lora-network-server_1.0.43.bb index 4e87169..724b905 100644 --- a/recipes-connectivity/lora/lora-network-server_1.0.43.bb +++ b/recipes-connectivity/lora/lora-network-server_1.0.43.bb @@ -6,6 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=7ffae4666a986c4ccf45e99e464f8402" DEPENDS = "jsoncpp libmts mosquitto sqlite3" RDEPENDS_${PN} += "lora-packet-forwarder logrotate bash" PR = "r1" +CONFFILES_${PN} += "${sysconfdir}/default/lora-network-server ${sysconfdir}/init.d/lora-network-server" SRC_URI = "http://multitech.net/downloads/lora-network-server_${TUNE_PKGARCH}_${PV}.tar.gz \ file://lora-network-server.init \ diff --git a/recipes-connectivity/lora/lora-query_1.0.2.bb b/recipes-connectivity/lora/lora-query_1.0.4.bb index 730266f..730266f 100644 --- a/recipes-connectivity/lora/lora-query_1.0.2.bb +++ b/recipes-connectivity/lora/lora-query_1.0.4.bb |