diff options
author | Ross Burton <ross.burton@intel.com> | 2015-07-14 15:36:59 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-16 15:08:44 +0100 |
commit | 188a08884d0c1b57d5c8c23f93463399526b19a2 (patch) | |
tree | e702a866fe3577e831f107ee6074756b2cc5dec0 /meta/recipes-core/systemd | |
parent | c9883a572eb92e9b846e9021495e0715fb2a4db7 (diff) | |
download | openembedded-core-188a08884d0c1b57d5c8c23f93463399526b19a2.tar.gz openembedded-core-188a08884d0c1b57d5c8c23f93463399526b19a2.tar.bz2 openembedded-core-188a08884d0c1b57d5c8c23f93463399526b19a2.zip |
systemd-compat-units: set S correctly
This recipe doesn't unpack any source, so set S to ${WORKDIR}.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-core/systemd')
-rw-r--r-- | meta/recipes-core/systemd/systemd-compat-units.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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" |