浏览代码

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>
Petter Mabäcker 10 年之前
父节点
当前提交
07f2eca7e9
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      meta-yocto/recipes-core/tiny-init/tiny-init.bb

+ 2 - 0
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() {
 	:
 }