summaryrefslogtreecommitdiffstats
path: root/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-07-29 17:04:53 +0200
committerKhem Raj <raj.khem@gmail.com>2021-08-03 10:21:25 -0700
commitc61dc077bbd81260e4f167fa2251643ba0ba6974 (patch)
tree66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway
parentc5f7cfb8db54cfa4257797db5bd87828dea43296 (diff)
downloadmeta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz
Convert to new override syntax
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway')
-rw-r--r--meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_2.5.2.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_2.5.2.bb b/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_2.5.2.bb
index 2f0ef16c80..3c89c377a7 100644
--- a/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_2.5.2.bb
+++ b/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_2.5.2.bb
@@ -14,7 +14,7 @@ inherit pypi setuptools3
14 14
15PYPI_PACKAGE = "thingsboard-gateway" 15PYPI_PACKAGE = "thingsboard-gateway"
16 16
17RDEPENDS_${PN} += " python3-jsonpath-rw \ 17RDEPENDS:${PN} += " python3-jsonpath-rw \
18 python3-regex \ 18 python3-regex \
19 python3-paho-mqtt \ 19 python3-paho-mqtt \
20 python3-pyyaml \ 20 python3-pyyaml \
@@ -45,14 +45,14 @@ SRC_URI += "file://bacnet.json \
45inherit systemd 45inherit systemd
46 46
47SYSTEMD_PACKAGES = "${PN}" 47SYSTEMD_PACKAGES = "${PN}"
48SYSTEMD_SERVICE_${PN} = "thingsboard-gateway.service" 48SYSTEMD_SERVICE:${PN} = "thingsboard-gateway.service"
49 49
50FILES_${PN} += "/etc \ 50FILES:${PN} += "/etc \
51 /lib \ 51 /lib \
52 /usr \ 52 /usr \
53" 53"
54 54
55do_install_append(){ 55do_install:append(){
56 56
57 install -d ${D}${sysconfdir}/thingsboard-gateway/config 57 install -d ${D}${sysconfdir}/thingsboard-gateway/config
58 58