fsl-rc-local: Fix S = WORKDIR reference

Setting `S = ${WORKDIR}` is no longer allowed. Use the the default
setting of S and move the sources accordingly.
Compare wit OE-core commit 32cba1cc91 ("insane: Error for S == WORKDIR")

Fixes:
ERROR: <xyz>.bb: Using S = ${WORKDIR} is no longer supported

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
This commit is contained in:
Max Krummenacher 2024-05-28 11:13:42 +02:00 committed by Otavio Salvador
parent df24feb3e3
commit c62dda1f0d

View File

@ -8,7 +8,7 @@ SRC_URI = "file://rc.local.etc \
file://rc.local.init \
file://LICENSE"
S = "${WORKDIR}"
UNPACKDIR = "${S}"
inherit update-rc.d