From 88925616fb1394c21187b60463e473ac2c206900 Mon Sep 17 00:00:00 2001 From: Jason Reiss Date: Tue, 11 Aug 2020 10:26:11 -0500 Subject: lora: basic station should use append for mtcdt and mtcap files --- recipes-connectivity/lora/lora-basic-station_2.0.5-1.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-connectivity/lora/lora-basic-station_2.0.5-1.bb b/recipes-connectivity/lora/lora-basic-station_2.0.5-1.bb index 938946f..e38d22b 100644 --- a/recipes-connectivity/lora/lora-basic-station_2.0.5-1.bb +++ b/recipes-connectivity/lora/lora-basic-station_2.0.5-1.bb @@ -7,7 +7,7 @@ LICENSE = "Proprietary" LIC_FILES_CHKSUM = "file://LICENSE;md5=7706b51ea6d730e45568141c660072d5" DEPENDS = "lora-gateway logrotate lora-logging mbedtls" RDEPENDS_${PN} += "bash" -PR = "r1" +PR = "r2" SRCREV = "${PV}" @@ -48,12 +48,12 @@ do_install() { install -m 0755 ${WORKDIR}/lora-basic-station.init ${D}${sysconfdir}/init.d/lora-basic-station } -do_install_mtcap() { +do_install_append_mtcap() { install -d ${D}${LORA_DIR} - install -m 755 ${WORKDIR}/mtcdt-station.conf ${D}${LORA_DIR}/station.conf + install -m 755 ${WORKDIR}/mtcap-station.conf ${D}${LORA_DIR}/station.conf } -do_install_mtcdt() { +do_install_append_mtcdt() { install -d ${D}${LORA_DIR} install -m 755 ${WORKDIR}/mtcdt-station.conf ${D}${LORA_DIR}/station.conf } -- cgit v1.2.3