commit | 7472ec4b59fcce69964dc1017a989848b04650d2 | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Wed Mar 21 08:23:42 2018 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Fri Mar 23 17:56:44 2018 +0000 |
tree | cdffd5b978e084e0596500a44739c1b65d045640 | |
parent | 1686c5e661b47196f2b56cbebae47d24ed69e84d [diff] |
Fix wspoon power fault error yaml install Missing the ${D} on the install command - this still managed to work on the older versions of yocto but not with the latest one. Also removed the PROVIDES=<recipe-name> line since it's redundant. Change-Id: I83127f0c457ec31bd99311371ec76abaf6fbc76a Signed-off-by: Matt Spinler <spinler@us.ibm.com>
diff --git a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis-error-native.bb b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis-error-native.bb index 1b8276b..64c551f 100644 --- a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis-error-native.bb +++ b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-pfault-analysis-error-native.bb
@@ -5,14 +5,13 @@ inherit obmc-phosphor-license inherit phosphor-dbus-yaml -PROVIDES += "witherspoon-pfault-analysis-error-native" require witherspoon-pfault-analysis.inc S = "${WORKDIR}/git" do_install_append() { SRC=${S}/org/open_power/Witherspoon - DEST=${yaml_dir}/org/open_power/Witherspoon + DEST=${D}${yaml_dir}/org/open_power/Witherspoon install -d ${DEST} install ${SRC}/Fault.errors.yaml ${DEST} install ${SRC}/Fault.metadata.yaml ${DEST}