summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb
diff options
context:
space:
mode:
authorAndrew Geissler <geissonator@yahoo.com>2020-01-15 22:10:29 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2020-01-16 17:15:38 +0300
commit31a2c552c067b8094028c4532fb52c9a299d5f6d (patch)
tree1b6df59b94a4ab40fc6134334594f77b1afaa145 /meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb
parent57ddadc36dd5edf95f1f9871f71cc0e2c33c58f8 (diff)
downloadopenbmc-31a2c552c067b8094028c4532fb52c9a299d5f6d.tar.xz
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>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb')
-rw-r--r--meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb5
1 files changed, 0 insertions, 5 deletions
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 2f3ceb609..674add7b1 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_INST = "phosphor-reset-host-reboot-attempts@{0}.servic
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"