summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/sensors
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2020-10-27 16:22:51 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-11-03 23:32:06 +0300
commitd8b59674322091b3b9e5dc5569ca4e22f289b1c4 (patch)
tree745e58867af7538dbc27248931e02e4546a87547 /meta-phosphor/recipes-phosphor/sensors
parent508adae641df2a4c771be2037f78e5c1755593f9 (diff)
downloadopenbmc-d8b59674322091b3b9e5dc5569ca4e22f289b1c4.tar.xz
meta-phosphor: fix S with trailing slash
Upstream OE added a warning when S has a trailing slash. Remove the trailing S from the flagged recipes to avoid the warning. (From meta-phosphor rev: 29d26b3f9b014d156846b0b6e0a1e2f65510b328) Change-Id: I932d3758c5080a335970dca2e462fe6accd06928 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/sensors')
-rw-r--r--meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb b/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb
index d20a99d38..69d1e585f 100644
--- a/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb
+++ b/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb
@@ -22,6 +22,6 @@ SYSTEMD_SERVICE_${PN} += " xyz.openbmc_project.mcutempsensor.service"
DEPENDS = "boost nlohmann-json sdbusplus i2c-tools libgpiod"
inherit cmake systemd
-S = "${WORKDIR}/git/"
+S = "${WORKDIR}/git"
EXTRA_OECMAKE = "-DYOCTO=1"