diff options
author | Jason Reiss <jreiss@multitech.com> | 2015-07-30 13:31:48 -0500 |
---|---|---|
committer | Jason Reiss <jreiss@multitech.com> | 2015-07-30 13:31:48 -0500 |
commit | ee705a65ddc04a67c84ffe726e53063f73490f87 (patch) | |
tree | 92675c18b0ea84adf8f338f2d875d5c7c80757a0 | |
parent | 0e30d2d0a997b0dd07c93916b6a6783bcdab83fd (diff) | |
download | meta-mlinux-ee705a65ddc04a67c84ffe726e53063f73490f87.tar.gz meta-mlinux-ee705a65ddc04a67c84ffe726e53063f73490f87.tar.bz2 meta-mlinux-ee705a65ddc04a67c84ffe726e53063f73490f87.zip |
lora: retagged network server to include bug fix
-rw-r--r-- | recipes-connectivity/lora/lora-network-server_0.0.5.bb | 49 | ||||
-rw-r--r-- | recipes-connectivity/lora/lora-network-server_0.0.6.bb | 4 |
2 files changed, 2 insertions, 51 deletions
diff --git a/recipes-connectivity/lora/lora-network-server_0.0.5.bb b/recipes-connectivity/lora/lora-network-server_0.0.5.bb deleted file mode 100644 index 386b020..0000000 --- a/recipes-connectivity/lora/lora-network-server_0.0.5.bb +++ /dev/null @@ -1,49 +0,0 @@ -DESCRIPTION = "MultiTech LoRa Network Server" -PRIORITY = "optional" -SECTION = "console/utils" -LICENSE = "Proprietary" -LIC_FILES_CHKSUM = "file://LICENSE;md5=7ffae4666a986c4ccf45e99e464f8402" -DEPENDS = "jsoncpp libmts mosquitto sqlite3" -RDEPENDS_${PN} += "lora-packet-forwarder logrotate" -PR = "r0" - -SRC_URI = "http://multitech.net/downloads/lora-network-server_${TUNE_PKGARCH}_${PV}.tar.gz \ - file://lora-network-server.init \ - file://lora-network-server.default \ - file://lora-network-server.logrotate.conf \ - " - -SRC_URI[md5sum] = "bac884219fc18ccc8e076d338b7ea0e4" -SRC_URI[sha256sum] = "d4ce76e3a6635933486df1c95fc288128ad5a723d1145f6a0fcb7719e5ea6581" - -# binaries are already stripped, so suppress warning -INSANE_SKIP_${PN} = "already-stripped" - -S = "${WORKDIR}" - -LORA_DIR = "/opt/lora" - -do_compile() { -} - -inherit update-rc.d - -INITSCRIPT_NAME = "lora-network-server" -INITSCRIPT_PARAMS = "defaults 80 30" - -do_install() { - install -d ${D}${LORA_DIR} - install -m 0755 lora-network-server ${D}${LORA_DIR}/ - install -m 0644 lora-network-server.conf.sample ${D}${LORA_DIR}/lora-network-server.conf.sample - - install -d ${D}${sysconfdir}/default - install -m 0644 ${WORKDIR}/lora-network-server.default ${D}${sysconfdir}/default/lora-network-server - install -d ${D}${sysconfdir}/init.d - install -m 0755 ${WORKDIR}/lora-network-server.init ${D}${sysconfdir}/init.d/lora-network-server - install -d ${D}${sysconfdir}/logrotate.d - install -m 0644 ${WORKDIR}/lora-network-server.logrotate.conf ${D}${sysconfdir}/logrotate.d/lora-network-server.conf -} - -CONFFILES_${PN} = "${sysconfdir}/default/lora-network-server" -FILES_${PN} += "${LORA_DIR}" -FILES_${PN}-dbg += "${LORA_DIR}/.debug" diff --git a/recipes-connectivity/lora/lora-network-server_0.0.6.bb b/recipes-connectivity/lora/lora-network-server_0.0.6.bb index b381893..ffb2ccd 100644 --- a/recipes-connectivity/lora/lora-network-server_0.0.6.bb +++ b/recipes-connectivity/lora/lora-network-server_0.0.6.bb @@ -13,8 +13,8 @@ SRC_URI = "http://multitech.net/downloads/lora-network-server_${TUNE_PKGARCH}_${ file://lora-network-server.logrotate.conf \ " -SRC_URI[md5sum] = "696cd785cdc06a1b1db6ac1037e97e5d" -SRC_URI[sha256sum] = "3d91c662563c1838b4e43040ca8a6b357fa89fd08f3baa9a352f423a1914c077" +SRC_URI[md5sum] = "22b49d6374496a8056b36f58063b3313" +SRC_URI[sha256sum] = "03c2a1a3ad73fc4219913da707c559dd565e3534cecaf66c7df2a17c9dc88b7c" # binaries are already stripped, so suppress warning INSANE_SKIP_${PN} = "already-stripped" |