diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 17:04:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 10:21:25 -0700 |
| commit | c61dc077bbd81260e4f167fa2251643ba0ba6974 (patch) | |
| tree | 66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway | |
| parent | c5f7cfb8db54cfa4257797db5bd87828dea43296 (diff) | |
| download | meta-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.bb | 8 |
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 | ||
| 15 | PYPI_PACKAGE = "thingsboard-gateway" | 15 | PYPI_PACKAGE = "thingsboard-gateway" |
| 16 | 16 | ||
| 17 | RDEPENDS_${PN} += " python3-jsonpath-rw \ | 17 | RDEPENDS:${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 \ | |||
| 45 | inherit systemd | 45 | inherit systemd |
| 46 | 46 | ||
| 47 | SYSTEMD_PACKAGES = "${PN}" | 47 | SYSTEMD_PACKAGES = "${PN}" |
| 48 | SYSTEMD_SERVICE_${PN} = "thingsboard-gateway.service" | 48 | SYSTEMD_SERVICE:${PN} = "thingsboard-gateway.service" |
| 49 | 49 | ||
| 50 | FILES_${PN} += "/etc \ | 50 | FILES:${PN} += "/etc \ |
| 51 | /lib \ | 51 | /lib \ |
| 52 | /usr \ | 52 | /usr \ |
| 53 | " | 53 | " |
| 54 | 54 | ||
| 55 | do_install_append(){ | 55 | do_install:append(){ |
| 56 | 56 | ||
| 57 | install -d ${D}${sysconfdir}/thingsboard-gateway/config | 57 | install -d ${D}${sysconfdir}/thingsboard-gateway/config |
| 58 | 58 | ||
