diff options
author | Jason Reiss <jreiss@multitech.com> | 2017-11-10 09:26:50 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-11-10 09:57:03 -0600 |
commit | 24e822d34213fdfb56904ee122cb6951b8e53bef (patch) | |
tree | 970faa439191878cf0889755c896f163bd871f4f | |
parent | ab38a715ca8a48f20078db60e255a728b1db5d27 (diff) | |
download | meta-mlinux-24e822d34213fdfb56904ee122cb6951b8e53bef.tar.gz meta-mlinux-24e822d34213fdfb56904ee122cb6951b8e53bef.tar.bz2 meta-mlinux-24e822d34213fdfb56904ee122cb6951b8e53bef.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.41.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.41.bb b/recipes-connectivity/lora/lora-network-server_1.0.41.bb index ef98e6c..57ad49d 100644 --- a/recipes-connectivity/lora/lora-network-server_1.0.41.bb +++ b/recipes-connectivity/lora/lora-network-server_1.0.41.bb @@ -6,6 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=7ffae4666a986c4ccf45e99e464f8402" DEPENDS = "jsoncpp libmts mosquitto sqlite3" RDEPENDS_${PN} += "lora-packet-forwarder logrotate" 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 |