From 2a35c66601ea646d03f53f8ee1e0bea3acf179c1 Mon Sep 17 00:00:00 2001 From: George Liu Date: Tue, 20 Apr 2021 16:55:16 +0800 Subject: meta-inspur: fp5280g2: Remove extra slash The mssage is: WARNING: Recipe phosphor-fp5280g2-psu-update sets B variable with trailing slash 'work/openbmc/build/tmp/work/arm1176jzs-openbmc-linux-gnueabi/phosphor-fp5280g2-psu-update/1.0+git${SRCPV}-r1/git/', remove it. Tested: Built fp5280g2 successfully and without warnings. Signed-off-by: George Liu Change-Id: I6b039fe019f9cc9ea2dccf1636480fa08f00fb29 --- .../recipes-phosphor/power/phosphor-fp5280g2-psu-update.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-inspur') diff --git a/meta-inspur/meta-fp5280g2/recipes-phosphor/power/phosphor-fp5280g2-psu-update.bb b/meta-inspur/meta-fp5280g2/recipes-phosphor/power/phosphor-fp5280g2-psu-update.bb index 3cc63868a..7c9e4f679 100644 --- a/meta-inspur/meta-fp5280g2/recipes-phosphor/power/phosphor-fp5280g2-psu-update.bb +++ b/meta-inspur/meta-fp5280g2/recipes-phosphor/power/phosphor-fp5280g2-psu-update.bb @@ -10,7 +10,7 @@ PV = "1.0+git${SRCPV}" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" -S = "${WORKDIR}/git/" +S = "${WORKDIR}/git" do_install() { install -d ${D}${bindir} install -m 0755 ${S}/fp5280g2-psu-update ${D}${bindir}/fp5280g2-psu-update -- cgit v1.2.3