[oe-commits] Ross Burton : systemd-compat-units: set S correctly

git at git.openembedded.org git at git.openembedded.org
Tue Sep 1 20:40:47 UTC 2015


Module: openembedded-core.git
Branch: fido
Commit: 5908df2668c46495f3d9626a7d0e6ce8bb1a2f1f
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=5908df2668c46495f3d9626a7d0e6ce8bb1a2f1f

Author: Ross Burton <ross.burton at intel.com>
Date:   Tue Jul 14 15:36:59 2015 +0100

systemd-compat-units: set S correctly

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

(From OE-Core master rev: 188a08884d0c1b57d5c8c23f93463399526b19a2)

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
Signed-off-by: Joshua Lock <joshua.lock at collabora.co.uk>

---

 meta/recipes-core/systemd/systemd-compat-units.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-core/systemd/systemd-compat-units.bb b/meta/recipes-core/systemd/systemd-compat-units.bb
index 6419bc2..0b8ff09 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"



More information about the Openembedded-commits mailing list