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>
master
Richard Purdie 2024-05-23 07:48:41 +01:00
parent dfa482f199
commit d7748e6390
1 changed files with 2 additions and 1 deletions

View File

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