diff options
author | Petter Mabäcker <petter@technux.se> | 2015-01-10 16:43:47 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-26 12:09:36 +0000 |
commit | 07f2eca7e9f9163ec48d3a417d8ba885a84762f3 (patch) | |
tree | 7036c4720044f69c067827d234ca07e8f95db517 /meta-yocto/recipes-core/tiny-init | |
parent | 745cebd635002618d7edd0a109ff07dd2953621a (diff) | |
download | poky-07f2eca7e9f9163ec48d3a417d8ba885a84762f3.tar.gz |
tiny-init: set proper S value
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 <petter@technux.se>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto/recipes-core/tiny-init')
-rw-r--r-- | meta-yocto/recipes-core/tiny-init/tiny-init.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ | |||
11 | file://rc.local.sample \ | 11 | file://rc.local.sample \ |
12 | " | 12 | " |
13 | 13 | ||
14 | S = "${WORKDIR}" | ||
15 | |||
14 | do_configure() { | 16 | do_configure() { |
15 | : | 17 | : |
16 | } | 18 | } |