1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-05-09 05:30:05 +00:00

arm/trusted-services/ts-remote-test: move binary to $bindir

As with ts-service-test, manually move the binary to $bindir.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Ross Burton
2023-09-29 16:21:22 +01:00
committed by Jon Mason
parent 7a126f00de
commit 909d49fa6f
@@ -10,3 +10,10 @@ RDEPENDS:${PN} += "libts"
OECMAKE_SOURCEPATH = "${S}/deployments/ts-remote-test/${TS_ENV}"
FILES:${PN} = "${bindir}/ts-remote-test"
do_install:append () {
install -d ${D}${bindir}
mv ${D}${TS_INSTALL}/bin/ts-remote-test ${D}${bindir}
rm -r --one-file-system ${D}${TS_INSTALL}
}