[OE-core] [PATCH 1/7] systemd-compat-units: set S correctly

Ross Burton ross.burton at intel.com
Tue Jul 14 14:50:57 UTC 2015


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"
-- 
2.1.4




More information about the Openembedded-core mailing list