diff options
author | Jason Reiss <jreiss@multitech.com> | 2018-01-11 07:26:32 -0600 |
---|---|---|
committer | Jason Reiss <jreiss@multitech.com> | 2018-01-11 07:26:32 -0600 |
commit | 7735d3dfd1c02fc98c938083f32257942bb04acc (patch) | |
tree | 7baace6a77ec11c835812b77640fc9c75cefea55 | |
parent | 05459f0ec2cc88f7c7b8bd49e4e71d6fae54a24e (diff) | |
download | meta-mlinux-7735d3dfd1c02fc98c938083f32257942bb04acc.tar.gz meta-mlinux-7735d3dfd1c02fc98c938083f32257942bb04acc.tar.bz2 meta-mlinux-7735d3dfd1c02fc98c938083f32257942bb04acc.zip |
lora: update network server to 2.0.14, includes fix for adding sessions without restart of network server, modify log rotate to handle all lora-*.log files
-rw-r--r-- | recipes-connectivity/lora/lora-network-server-mtcap/lora-network-server.logrotate.conf | 2 | ||||
-rw-r--r-- | recipes-connectivity/lora/lora-network-server-mtcap_2.0.14.bb (renamed from recipes-connectivity/lora/lora-network-server-mtcap_2.0.13.bb) | 4 | ||||
-rw-r--r-- | recipes-connectivity/lora/lora-network-server/lora-network-server.logrotate.conf | 2 | ||||
-rw-r--r-- | recipes-connectivity/lora/lora-network-server_2.0.14.bb (renamed from recipes-connectivity/lora/lora-network-server_2.0.13.bb) | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/recipes-connectivity/lora/lora-network-server-mtcap/lora-network-server.logrotate.conf b/recipes-connectivity/lora/lora-network-server-mtcap/lora-network-server.logrotate.conf index d2b6c9a..01a1cc0 100644 --- a/recipes-connectivity/lora/lora-network-server-mtcap/lora-network-server.logrotate.conf +++ b/recipes-connectivity/lora/lora-network-server-mtcap/lora-network-server.logrotate.conf @@ -1,4 +1,4 @@ -/var/log/lora-pkt-fwd*.log /var/log/lora-network-server.log { +/var/log/lora-*.log { size 512k rotate 4 compress diff --git a/recipes-connectivity/lora/lora-network-server-mtcap_2.0.13.bb b/recipes-connectivity/lora/lora-network-server-mtcap_2.0.14.bb index 7523cbf..9a6eda7 100644 --- a/recipes-connectivity/lora/lora-network-server-mtcap_2.0.13.bb +++ b/recipes-connectivity/lora/lora-network-server-mtcap_2.0.14.bb @@ -17,8 +17,8 @@ SRC_URI = "http://multitech.net/downloads/lora-network-server_${TUNE_PKGARCH}_${ file://local_conf.json \ " -SRC_URI[md5sum] = "3c9c62d0e721a4b588d602cc36052798" -SRC_URI[sha256sum] = "3499b14fc84c241401cf13089298192e1e3c4df2b977381f823b4aa82263b781" +SRC_URI[md5sum] = "17894d4d40374bf68052bcce38d1310c" +SRC_URI[sha256sum] = "4baae18fdaef48278a004abfb16b5e0a20d9990c252d0bb9d8a592ffca9ff6d7" # binaries are already stripped, so suppress warning INSANE_SKIP_${PN} = "already-stripped" diff --git a/recipes-connectivity/lora/lora-network-server/lora-network-server.logrotate.conf b/recipes-connectivity/lora/lora-network-server/lora-network-server.logrotate.conf index d2b6c9a..01a1cc0 100644 --- a/recipes-connectivity/lora/lora-network-server/lora-network-server.logrotate.conf +++ b/recipes-connectivity/lora/lora-network-server/lora-network-server.logrotate.conf @@ -1,4 +1,4 @@ -/var/log/lora-pkt-fwd*.log /var/log/lora-network-server.log { +/var/log/lora-*.log { size 512k rotate 4 compress diff --git a/recipes-connectivity/lora/lora-network-server_2.0.13.bb b/recipes-connectivity/lora/lora-network-server_2.0.14.bb index 2fc1f38..90acbb8 100644 --- a/recipes-connectivity/lora/lora-network-server_2.0.13.bb +++ b/recipes-connectivity/lora/lora-network-server_2.0.14.bb @@ -14,8 +14,8 @@ SRC_URI = "http://multitech.net/downloads/lora-network-server_${TUNE_PKGARCH}_${ file://lora-network-server.logrotate.conf \ " -SRC_URI[md5sum] = "3c9c62d0e721a4b588d602cc36052798" -SRC_URI[sha256sum] = "3499b14fc84c241401cf13089298192e1e3c4df2b977381f823b4aa82263b781" +SRC_URI[md5sum] = "17894d4d40374bf68052bcce38d1310c" +SRC_URI[sha256sum] = "4baae18fdaef48278a004abfb16b5e0a20d9990c252d0bb9d8a592ffca9ff6d7" # binaries are already stripped, so suppress warning INSANE_SKIP_${PN} = "already-stripped" |