瀏覽代碼

useradd-example: Fix S = WORKDIR reference

Update not to use S = WORKDIR after that was no longer allowed.

(From OE-Core rev: 50f78cb9de68cd4317f34321dfdb06d72ce5d3c6)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Richard Purdie 1 年之前
父節點
當前提交
d7748e6390
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      meta-skeleton/recipes-skeleton/useradd/useradd-example.bb

+ 2 - 1
meta-skeleton/recipes-skeleton/useradd/useradd-example.bb

@@ -9,7 +9,8 @@ SRC_URI = "file://file1 \
            file://file3 \
            file://file4"
 
-S = "${WORKDIR}"
+S = "${WORKDIR}/sources"
+UNPACKDIR = "${S}"
 
 PACKAGES =+ "${PN}-user3"