From 4f72749fc52cfb1c89b6e2d24f8d579ecb1b8212 Mon Sep 17 00:00:00 2001 From: Ryan Eatmon Date: Tue, 4 Jun 2024 09:18:33 -0500 Subject: gdbc6x: Update to UNPACKDIR for files going into WORKDIR For recipes that have file:// in SRC_URI, the files are placed into WORKDIR. Moving forward [1], that directory will be UNPACKDIR and eventually move to somewhere other than WORKDIR. So update all references to WORKDIR that are looking for these file to use UNPACKDIR instead. [1] https://git.openembedded.org/openembedded-core/commit/?id=e022d62ba917790af2121da57646271ef17c03fa Signed-off-by: Ryan Eatmon --- meta-ti-extras/recipes-devtools/gdbc6x/gdbc6x_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-ti-extras/recipes-devtools/gdbc6x/gdbc6x_git.bb b/meta-ti-extras/recipes-devtools/gdbc6x/gdbc6x_git.bb index 012136ac..1f296dc5 100644 --- a/meta-ti-extras/recipes-devtools/gdbc6x/gdbc6x_git.bb +++ b/meta-ti-extras/recipes-devtools/gdbc6x/gdbc6x_git.bb @@ -36,7 +36,7 @@ do_install () { cp -rf ${S}/install_gdb/include/* ${D}${includedir} install -d ${D}${sysconfdir}/init.d - install -m 0755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/gdbserverproxy + install -m 0755 ${UNPACKDIR}/init ${D}${sysconfdir}/init.d/gdbserverproxy } RDEPENDS:${PN} = "gdbserverproxy-module-drv bash" -- cgit v1.2.3-54-g00ecf