systemd-compat-units: set S correctly

This recipe doesn't unpack any source, so set S to ${WORKDIR}.

(From OE-Core rev: 188a08884d0c1b57d5c8c23f93463399526b19a2)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton 2015-07-14 15:36:59 +01:00 committed by Richard Purdie
parent 13dbdd44ea
commit 9cbc0c1824
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ PR = "r29"
DEPENDS = "systemd-systemctl-native"
S = "${WORKDIR}"
inherit allarch
ALLOW_EMPTY_${PN} = "1"