From: Ross Burton Date: Tue, 14 Jul 2015 14:36:59 +0000 (+0100) Subject: systemd-compat-units: set S correctly X-Git-Tag: 2015-10~1207 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=188a08884d0c1b57d5c8c23f93463399526b19a2;p=openembedded-core.git systemd-compat-units: set S correctly This recipe doesn't unpack any source, so set S to ${WORKDIR}. Signed-off-by: Ross Burton --- diff --git a/meta/recipes-core/systemd/systemd-compat-units.bb b/meta/recipes-core/systemd/systemd-compat-units.bb index 6419bc2c65..0b8ff09b2b 100644 --- a/meta/recipes-core/systemd/systemd-compat-units.bb +++ b/meta/recipes-core/systemd/systemd-compat-units.bb @@ -7,6 +7,8 @@ PR = "r29" DEPENDS = "systemd-systemctl-native" +S = "${WORKDIR}" + inherit allarch ALLOW_EMPTY_${PN} = "1"