From 1b4a85eb91c205140e7aa10f8304b92b6d11dc3e Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Mon, 25 Jan 2021 17:06:50 -0600 Subject: meta-facebook: fb-powerctrl: remove excess trailing slash Clean up the bitbake warning. WARNING: Recipe fb-powerctrl sets S variable with trailing slash '.../tmp/work/arm1176jzs-openbmc-linux-gnueabi/fb-powerctrl/1.0-r0/', remove it Signed-off-by: Patrick Williams Change-Id: Iad85528bfc42f042985f02035bbe8cc41fa020e8 --- meta-facebook/recipes-fb/fb-powerctrl/fb-powerctrl.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta-facebook/recipes-fb/fb-powerctrl') diff --git a/meta-facebook/recipes-fb/fb-powerctrl/fb-powerctrl.bb b/meta-facebook/recipes-fb/fb-powerctrl/fb-powerctrl.bb index a46c44bbd..1f476adee 100644 --- a/meta-facebook/recipes-fb/fb-powerctrl/fb-powerctrl.bb +++ b/meta-facebook/recipes-fb/fb-powerctrl/fb-powerctrl.bb @@ -4,7 +4,7 @@ inherit obmc-phosphor-systemd LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=a8328fd2a610bf4527feedcaa3ae3d14" -S = "${WORKDIR}/" +S = "${WORKDIR}" SRC_URI = "file://setup_gpio.sh \ file://power-util \ @@ -21,6 +21,6 @@ SYSTEMD_SERVICE_${PN} = "host-gpio.service host-poweron.service host-poweroff.se do_install() { install -d ${D}/usr/sbin - install -m 0755 ${S}setup_gpio.sh ${D}/${sbindir}/ - install -m 0755 ${S}power-util ${D}/${sbindir}/ + install -m 0755 ${S}/setup_gpio.sh ${D}/${sbindir}/ + install -m 0755 ${S}/power-util ${D}/${sbindir}/ } -- cgit v1.2.3