From 365e9110b9ee938259c306e66a07cac4e2ddc3c0 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 22 May 2024 13:25:43 -0700 Subject: recipes: Switch WORKDIR use with UNPACKDIR This is being enforced in master oe-core Signed-off-by: Khem Raj --- recipes-security/optee-qoriq/optee-client.nxp.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-security/optee-qoriq/optee-client.nxp.inc') diff --git a/recipes-security/optee-qoriq/optee-client.nxp.inc b/recipes-security/optee-qoriq/optee-client.nxp.inc index a7d34497e..c3933a243 100644 --- a/recipes-security/optee-qoriq/optee-client.nxp.inc +++ b/recipes-security/optee-qoriq/optee-client.nxp.inc @@ -41,7 +41,7 @@ do_install () { cp -a ${B}/export/usr/include ${D}${includedir} install -d ${D}${systemd_system_unitdir}/ - install -m0644 ${WORKDIR}/tee-supplicant.service ${D}${systemd_system_unitdir}/ + install -m0644 ${UNPACKDIR}/tee-supplicant.service ${D}${systemd_system_unitdir}/ sed -i -e s:/etc:${sysconfdir}:g -e s:/usr/bin:${bindir}:g ${D}${systemd_system_unitdir}/tee-supplicant.service } -- cgit v1.2.3-54-g00ecf