From d8b59674322091b3b9e5dc5569ca4e22f289b1c4 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Tue, 27 Oct 2020 09:22:51 -0400 Subject: 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 Signed-off-by: Andrew Geissler --- meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor/configuration') diff --git a/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb b/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb index ae1b24192..f3f0de973 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 @@ DEPENDS = "boost \ sdbusplus \ valijson" -S = "${WORKDIR}/git/" +S = "${WORKDIR}/git" inherit meson systemd EXTRA_OEMESON = "-Dtests=disabled" -- cgit v1.2.3