commit | d8b59674322091b3b9e5dc5569ca4e22f289b1c4 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Oct 27 09:22:51 2020 -0400 |
committer | Andrew Geissler <geissonator@yahoo.com> | Tue Nov 03 14:32:06 2020 -0600 |
tree | 745e58867af7538dbc27248931e02e4546a87547 | |
parent | 508adae641df2a4c771be2037f78e5c1755593f9 [diff] |
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>
diff --git a/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb b/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb index ae1b241..f3f0de9 100644 --- a/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb +++ b/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb
@@ -14,7 +14,7 @@ sdbusplus \ valijson" -S = "${WORKDIR}/git/" +S = "${WORKDIR}/git" inherit meson systemd EXTRA_OEMESON = "-Dtests=disabled"
diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-ipmb_git.bb b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-ipmb_git.bb index 3c2f590..c3028ab 100644 --- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-ipmb_git.bb +++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-ipmb_git.bb
@@ -17,6 +17,6 @@ boost \ nlohmann-json" -S = "${WORKDIR}/git/" +S = "${WORKDIR}/git" inherit cmake systemd FILES_${PN} += "/usr/share/ipmbbridge/ipmb-channels.json"
diff --git a/meta-phosphor/recipes-phosphor/sel-logger/phosphor-sel-logger_git.bb b/meta-phosphor/recipes-phosphor/sel-logger/phosphor-sel-logger_git.bb index d33dc36..37d67f8 100644 --- a/meta-phosphor/recipes-phosphor/sel-logger/phosphor-sel-logger_git.bb +++ b/meta-phosphor/recipes-phosphor/sel-logger/phosphor-sel-logger_git.bb
@@ -10,7 +10,7 @@ # Monitors and logs SEL records for threshold sensor events inherit cmake systemd -S = "${WORKDIR}/git/" +S = "${WORKDIR}/git" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
diff --git a/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb b/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb index d20a99d..69d1e58 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 @@ DEPENDS = "boost nlohmann-json sdbusplus i2c-tools libgpiod" inherit cmake systemd -S = "${WORKDIR}/git/" +S = "${WORKDIR}/git" EXTRA_OECMAKE = "-DYOCTO=1"