From 7472ec4b59fcce69964dc1017a989848b04650d2 Mon Sep 17 00:00:00 2001 From: Matt Spinler Date: Wed, 21 Mar 2018 08:23:42 -0500 Subject: 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= line since it's redundant. Change-Id: I83127f0c457ec31bd99311371ec76abaf6fbc76a Signed-off-by: Matt Spinler --- .../recipes-phosphor/power/witherspoon-pfault-analysis-error-native.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor') 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 1b8276b75..64c551f7d 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 native 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} -- cgit v1.2.3