phosphor-power: Fix regulators FILES
The FILES_${PN}-regulators was incorrectly set without +=, and thus some
files for ${PN}-regulators are not installed.
Fix it by correctly specify the files for ${PN}-regulators.
Signed-off-by: Lei YU <mine260309@gmail.com>
Change-Id: Icf0a7ed96ee2c8744a874db823ced103ef9c4be0
diff --git a/recipes-phosphor/power/phosphor-power_git.bb b/recipes-phosphor/power/phosphor-power_git.bb
index 3a296b7..e24c6a6 100644
--- a/recipes-phosphor/power/phosphor-power_git.bb
+++ b/recipes-phosphor/power/phosphor-power_git.bb
@@ -56,7 +56,6 @@
FILES_${PN}-monitor = "${bindir}/psu-monitor"
FILES_${PN}-psu-monitor = "${bindir}/phosphor-psu-monitor"
-FILES_${PN}-regulators = "${bindir}/phosphor-regulators"
+FILES_${PN}-regulators = "${bindir}/phosphor-regulators ${datadir}/phosphor-regulators"
FILES_${PN}-sequencer = "${bindir}/pseq-monitor"
FILES_${PN}-utils = "${bindir}/psutils"
-FILES_${PN}-regulators = "${datadir}/phosphor-regulators"