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>
This commit is contained in:
Petter Mabäcker 2015-01-10 16:43:47 +01:00 committed by Richard Purdie
parent 745cebd635
commit 07f2eca7e9
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ SRC_URI = "file://init \
file://rc.local.sample \
"
S = "${WORKDIR}"
do_configure() {
:
}