diff options
author | John Klug <john.klug@multitech.com> | 2017-11-16 09:53:19 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-11-16 09:53:19 -0600 |
commit | 40301fa84017562854dfad45dd83572e55800c9d (patch) | |
tree | ea578a8bae2e000f8bf066a82aa9452f1826b1e8 /recipes-connectivity | |
parent | 1e29db74a09e7d052770cd10666fb88d40cff52c (diff) | |
download | meta-mlinux-40301fa84017562854dfad45dd83572e55800c9d.tar.gz meta-mlinux-40301fa84017562854dfad45dd83572e55800c9d.tar.bz2 meta-mlinux-40301fa84017562854dfad45dd83572e55800c9d.zip |
CONFFILES variable overwritten by 2nd occurance
Diffstat (limited to 'recipes-connectivity')
-rw-r--r-- | recipes-connectivity/lora/lora-network-server_1.0.43.bb | 1 |
1 files changed, 0 insertions, 1 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 724b905..bce4a76 100644 --- a/recipes-connectivity/lora/lora-network-server_1.0.43.bb +++ b/recipes-connectivity/lora/lora-network-server_1.0.43.bb @@ -45,6 +45,5 @@ do_install() { 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" |