mirror of
https://github.com/Freescale/meta-freescale-distro.git
synced 2025-10-22 15:03:56 +02:00
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:
parent
df24feb3e3
commit
c62dda1f0d
|
@ -8,7 +8,7 @@ SRC_URI = "file://rc.local.etc \
|
|||
file://rc.local.init \
|
||||
file://LICENSE"
|
||||
|
||||
S = "${WORKDIR}"
|
||||
UNPACKDIR = "${S}"
|
||||
|
||||
inherit update-rc.d
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user