summaryrefslogtreecommitdiffstats
path: root/meta-ti-extras/recipes-ti/devtools/ti-cgt6x_8.3.2.bb
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2024-05-08 10:49:23 -0500
committerRyan Eatmon <reatmon@ti.com>2024-05-08 11:00:31 -0500
commitae9a1ab0f7306b19b269580e4e4368241efbc520 (patch)
tree1f93aeca0e89e312d7f9c5e50d44578695b2a3f0 /meta-ti-extras/recipes-ti/devtools/ti-cgt6x_8.3.2.bb
parent3043308f2ea90c7677c92a65f39745d336d51ba4 (diff)
downloadmeta-ti-ae9a1ab0f7306b19b269580e4e4368241efbc520.tar.gz
recipes: Update S = WORKDIR recipes to use ${S} correctly
This is a corresponding patch to match one from Richard Purdie in oe-core. [1] Where recipes use S = ${WORKDIR}, ensure they are referencing ${S} correctly to access files as soon we want to stop doing this in WORKDIR at which point they would break unless corrected. [1] https://git.openembedded.org/openembedded-core/commit/?id=f25dd633fffe6560f191526d1869e657e129bad9 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-extras/recipes-ti/devtools/ti-cgt6x_8.3.2.bb')
-rw-r--r--meta-ti-extras/recipes-ti/devtools/ti-cgt6x_8.3.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-extras/recipes-ti/devtools/ti-cgt6x_8.3.2.bb b/meta-ti-extras/recipes-ti/devtools/ti-cgt6x_8.3.2.bb
index fd34657a..e7fda0f3 100644
--- a/meta-ti-extras/recipes-ti/devtools/ti-cgt6x_8.3.2.bb
+++ b/meta-ti-extras/recipes-ti/devtools/ti-cgt6x_8.3.2.bb
@@ -92,7 +92,7 @@ do_install() {
92} 92}
93 93
94do_install:class-target() { 94do_install:class-target() {
95 ${WORKDIR}/${BINFILE} --prefix ${D} 95 ${S}/${BINFILE} --prefix ${D}
96} 96}
97 97
98FILES:${PN} += "${datadir}/ti/*" 98FILES:${PN} += "${datadir}/ti/*"