[yocto] [meta-yocto] [PATCH 1/1] tiny-init: set proper S value

Petter Mabäcker petter at technux.se
Sat Jan 10 07:43:47 PST 2015


Ensure that we are using a proper value for S, instead of the default
value.

All recipes must have a proper value set for S when solving [YOCTO #5627].

Signed-off-by: Petter Mabäcker <petter at technux.se>
---
 meta-yocto/recipes-core/tiny-init/tiny-init.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-yocto/recipes-core/tiny-init/tiny-init.bb b/meta-yocto/recipes-core/tiny-init/tiny-init.bb
index 5d90051..4d4e34d 100644
--- a/meta-yocto/recipes-core/tiny-init/tiny-init.bb
+++ b/meta-yocto/recipes-core/tiny-init/tiny-init.bb
@@ -11,6 +11,8 @@ SRC_URI = "file://init \
 	   file://rc.local.sample \
 	  "
 
+S = "${WORKDIR}"
+
 do_configure() {
 	:
 }
-- 
1.9.1




More information about the yocto mailing list