From 07f2eca7e9f9163ec48d3a417d8ba885a84762f3 Mon Sep 17 00:00:00 2001 From: Petter Mabäcker Date: Sat, 10 Jan 2015 16:43:47 +0100 Subject: tiny-init: set proper S value MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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]. (From meta-yocto rev: 5ed1f6622435d8a38c472c8e5e5876900c9fc0f8) Signed-off-by: Petter Mabäcker Signed-off-by: Richard Purdie --- meta-yocto/recipes-core/tiny-init/tiny-init.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-yocto') diff --git a/meta-yocto/recipes-core/tiny-init/tiny-init.bb b/meta-yocto/recipes-core/tiny-init/tiny-init.bb index 5d90051b1d..4d4e34dc8b 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() { : } -- cgit v1.2.3-54-g00ecf