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:09:22 +0100 |
commit | 9cbc0c1824e0c9f7b9b8123e9f58f872bf90ff1f (patch) | |
tree | 8da083dec0b7c60caf8ea771c6ea35605ae74fa3 /meta/recipes-core | |
parent | 13dbdd44eade3343abfc572ec48124047b603bcb (diff) | |
download | poky-9cbc0c1824e0c9f7b9b8123e9f58f872bf90ff1f.tar.gz |
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>
Diffstat (limited to 'meta/recipes-core')
-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" | |||
7 | 7 | ||
8 | DEPENDS = "systemd-systemctl-native" | 8 | DEPENDS = "systemd-systemctl-native" |
9 | 9 | ||
10 | S = "${WORKDIR}" | ||
11 | |||
10 | inherit allarch | 12 | inherit allarch |
11 | 13 | ||
12 | ALLOW_EMPTY_${PN} = "1" | 14 | ALLOW_EMPTY_${PN} = "1" |