recipe does not need to install json file
As noted in this review:
https://gerrit.openbmc-project.xyz/c/openbmc/meta-phosphor/+/27903/6/recipes-phosphor/state/phosphor-state-manager_git.bb#146
meson handles the installation of the json file for you so the
do_install_append section is no longer needed.
Tested:
Built image and verified json file was still in correct location within
QEMU.
(From meta-phosphor rev: 779f11d8b90e6829b2ec68311b2aa4f64c1adcef)
Change-Id: I7b16ad5fba1694d80d51bf915233f4eeab426d39
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb b/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb
index 2f3ceb6..674add7 100644
--- a/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb
+++ b/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb
@@ -140,11 +140,6 @@
HOST_RST_RBT_ATTEMPTS_SVC_FMT = "../${HOST_RST_RBT_ATTEMPTS_SVC}:${HOST_START_TGTFMT}.requires/${HOST_RST_RBT_ATTEMPTS_SVC_INST}"
SYSTEMD_LINK_${PN}-host += "${@compose_list_zip(d, 'HOST_RST_RBT_ATTEMPTS_SVC_FMT', 'OBMC_HOST_INSTANCES', 'OBMC_HOST_INSTANCES')}"
-do_install_append() {
- install -d ${D}${sysconfdir}/phosphor-systemd-target-monitor
- install ${S}/data/phosphor-target-monitor-default.json ${D}${sysconfdir}/phosphor-systemd-target-monitor/phosphor-target-monitor-default.json
-}
-
SRC_URI += "git://github.com/openbmc/phosphor-state-manager"
SRCREV = "4640d48e998709f1b64b97347db0f1b355b7f423"