X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-stx%2Frecipes-core%2Fstx-monitoring%2Finfluxdb-extensions.inc;fp=meta-stx%2Frecipes-core%2Fstx-monitoring%2Finfluxdb-extensions.inc;h=0000000000000000000000000000000000000000;hb=e0634c6eaf2fe2641a0fb90e84a5defb880b1335;hp=36e3199214f2ae547f77b316d9c87b245c47d276;hpb=210d0f78485e760dffcdd3f630f59cec797f3f11;p=pti%2Frtp.git diff --git a/meta-stx/recipes-core/stx-monitoring/influxdb-extensions.inc b/meta-stx/recipes-core/stx-monitoring/influxdb-extensions.inc deleted file mode 100644 index 36e3199..0000000 --- a/meta-stx/recipes-core/stx-monitoring/influxdb-extensions.inc +++ /dev/null @@ -1,49 +0,0 @@ -# -## Copyright (C) 2019 Wind River Systems, Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -PACKAGES += " influxdb-extensions" - -RDEPENDS_influxdb-extensions += " \ - influxdb \ - systemd \ - python-influxdb \ - " - -do_configure_append () { - : -} - -do_compile_append() { - : -} - -local_unit_dir = "${sysconfdir}/systemd/system" - -do_install_append() { - - cd ${S}/influxdb-extensions/src - install -m 755 -d ${D}/${sysconfdir} - install -m 755 -d ${D}/${local_unit_dir} - install -m 755 -d ${D}/${sysconfdir}/influxdb - - # support files ; service and pmon conf - install -m 644 influxdb.service ${D}/${local_unit_dir} - install -m 600 influxdb.conf.pmon ${D}/${sysconfdir}/influxdb -} - -FILES_influxdb-extensions = " \ - ${local_unit_dir}/influxdb.service \ - ${sysconfdir}/influxdb \ - "