summaryrefslogtreecommitdiff
path: root/meta-quanta/meta-common/recipes-phosphor/health/phosphor-health-monitor_%.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'meta-quanta/meta-common/recipes-phosphor/health/phosphor-health-monitor_%.bbappend')
-rwxr-xr-xmeta-quanta/meta-common/recipes-phosphor/health/phosphor-health-monitor_%.bbappend6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-quanta/meta-common/recipes-phosphor/health/phosphor-health-monitor_%.bbappend b/meta-quanta/meta-common/recipes-phosphor/health/phosphor-health-monitor_%.bbappend
index 1d8bb4ecd..81c537120 100755
--- a/meta-quanta/meta-common/recipes-phosphor/health/phosphor-health-monitor_%.bbappend
+++ b/meta-quanta/meta-common/recipes-phosphor/health/phosphor-health-monitor_%.bbappend
@@ -1,8 +1,8 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
-SRC_URI_append = " file://bmc_health_config.json \
+FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
+SRC_URI:append = " file://bmc_health_config.json \
"
-do_install_append() {
+do_install:append() {
install -d ${D}/${sysconfdir}/healthMon/
install -m 0644 ${WORKDIR}/bmc_health_config.json ${D}/${sysconfdir}/healthMon/
}