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.
(From meta-phosphor rev: ae688cfe0bb6951d0897361d7b18984c01111aef)
Signed-off-by: Lei YU <mine260309@gmail.com>
Change-Id: I35def509124b712e56e54fb8b71a9b595843df0f
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/meta-phosphor/recipes-phosphor/power/phosphor-power_git.bb b/meta-phosphor/recipes-phosphor/power/phosphor-power_git.bb
index 3a296b7..e24c6a6 100644
--- a/meta-phosphor/recipes-phosphor/power/phosphor-power_git.bb
+++ b/meta-phosphor/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"