diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-05-21 22:43:13 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-05-21 22:43:13 -0700 |
| commit | 0695bf6ad537d72a1996c02862107937ab9953ab (patch) | |
| tree | 1f53c776d65d8a56d56ed569dda42d546a4caa01 /recipes-graphics | |
| parent | 0dd79a13519162933464788e4d103117828501cd (diff) | |
| download | meta-freescale-0695bf6ad537d72a1996c02862107937ab9953ab.tar.gz | |
imx-gpu-viv-6: Replace WORKDIR refrences with UNPACKDIR
This is now must with master branch of oe-core
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-graphics')
| -rw-r--r-- | recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc index e33df4441..2d02d7abb 100644 --- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc +++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | |||
| @@ -274,7 +274,7 @@ do_install () { | |||
| 274 | rm -rf ${D}$f | 274 | rm -rf ${D}$f |
| 275 | done | 275 | done |
| 276 | else | 276 | else |
| 277 | install -Dm 0644 ${WORKDIR}/imx_icd.json ${D}${sysconfdir}/vulkan/icd.d/imx_icd.json | 277 | install -Dm 0644 ${UNPACKDIR}/imx_icd.json ${D}${sysconfdir}/vulkan/icd.d/imx_icd.json |
| 278 | sed -i "s,%libdir%,${libdir}," ${D}${sysconfdir}/vulkan/icd.d/imx_icd.json | 278 | sed -i "s,%libdir%,${libdir}," ${D}${sysconfdir}/vulkan/icd.d/imx_icd.json |
| 279 | sed -i "s,%api_version%,${LIBVULKAN_API_VERSION}," ${D}${sysconfdir}/vulkan/icd.d/imx_icd.json | 279 | sed -i "s,%api_version%,${LIBVULKAN_API_VERSION}," ${D}${sysconfdir}/vulkan/icd.d/imx_icd.json |
| 280 | fi | 280 | fi |
