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

git at git.openembedded.org git at git.openembedded.org
Thu Jul 16 14:10:16 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: 188a08884d0c1b57d5c8c23f93463399526b19a2
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=188a08884d0c1b57d5c8c23f93463399526b19a2

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}.

Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 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