mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-07 04:58:57 +00:00
optee-client: Switch away from S = WORKDIR
Since OE-Core commit 32cba1cc916a ("insane: Error for S == WORKDIR")
usage of WORKDIR in tasks is fatal, and shall be replaced with UNPACKDIR.
Similar change is introduced in OE-Core commit d9328e3b0b06 ("recipes:
Switch away from S = WORKDIR"), follow the same pattern for OP-TEE client.
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
committed by
Jon Mason
parent
f8338c3af2
commit
30872ba12a
@@ -24,8 +24,8 @@ EXTRA_OECMAKE = " \
|
|||||||
EXTRA_OECMAKE:append:toolchain-clang = " -DCFG_WERROR=0"
|
EXTRA_OECMAKE:append:toolchain-clang = " -DCFG_WERROR=0"
|
||||||
|
|
||||||
do_install:append() {
|
do_install:append() {
|
||||||
install -D -p -m0644 ${WORKDIR}/tee-supplicant@.service ${D}${systemd_system_unitdir}/tee-supplicant@.service
|
install -D -p -m0644 ${UNPACKDIR}/tee-supplicant@.service ${D}${systemd_system_unitdir}/tee-supplicant@.service
|
||||||
install -D -p -m0755 ${WORKDIR}/tee-supplicant.sh ${D}${sysconfdir}/init.d/tee-supplicant
|
install -D -p -m0755 ${UNPACKDIR}/tee-supplicant.sh ${D}${sysconfdir}/init.d/tee-supplicant
|
||||||
|
|
||||||
sed -i -e s:@sysconfdir@:${sysconfdir}:g \
|
sed -i -e s:@sysconfdir@:${sysconfdir}:g \
|
||||||
-e s:@sbindir@:${sbindir}:g \
|
-e s:@sbindir@:${sbindir}:g \
|
||||||
|
|||||||
Reference in New Issue
Block a user