From b8f5c41d1d447795ffa72e3ceeeaf12f6f0e1605 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Thu, 23 May 2024 10:21:50 -0400 Subject: Update recipes for transition to UNPACKDIR Update recipes to handle the transition to using UNPACKDIR as the destination for unpacked files. For recipes that had been using S = WORKDIR, the approach used in meta-openembedded has been followed, i.e. using UNPACKDIR in tasks for consistency. Bug-AGL: SPEC-5147 Change-Id: I42b2b474be163c66e11a449de6eec7d748e00fbb Signed-off-by: Scott Murray --- meta-agl-html5-demo/recipes-demo/webapp-samples/webapp-samples.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-agl-html5-demo/recipes-demo/webapp-samples/webapp-samples.inc') diff --git a/meta-agl-html5-demo/recipes-demo/webapp-samples/webapp-samples.inc b/meta-agl-html5-demo/recipes-demo/webapp-samples/webapp-samples.inc index 1a74a46c0..8bc93f53e 100644 --- a/meta-agl-html5-demo/recipes-demo/webapp-samples/webapp-samples.inc +++ b/meta-agl-html5-demo/recipes-demo/webapp-samples/webapp-samples.inc @@ -15,7 +15,7 @@ WAM_APPLICATIONS_DIR="${libdir}/wam_apps" do_install() { install -d ${D}${WAM_APPLICATIONS_DIR}/${PN} - install ${WORKDIR}/${APPINFO_FILE} ${D}${WAM_APPLICATIONS_DIR}/${PN}/appinfo.json + install ${UNPACKDIR}/${APPINFO_FILE} ${D}${WAM_APPLICATIONS_DIR}/${PN}/appinfo.json } FILES:${PN} = " \ -- cgit