diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2024-05-22 08:36:10 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-22 08:36:10 -0300 |
commit | 23ceaa0ecd56b41e3edb44ed0c7216829f7613ad (patch) | |
tree | de086133d9ad231a1ac2faa5c0b3f633883e17d2 | |
parent | 0dd79a13519162933464788e4d103117828501cd (diff) | |
parent | 25ea3585a43e8dc26a3aa9c71a0ec749c1e83cbd (diff) | |
download | meta-freescale-23ceaa0ecd56b41e3edb44ed0c7216829f7613ad.tar.gz |
Merge pull request #1828 from YoeDistro/yoe/mut
imx-gpu-viv-6: Replace WORKDIR refrences with UNPACKDIR
-rw-r--r-- | recipes-core/udev/udev-rules-imx.bb | 2 | ||||
-rw-r--r-- | recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/udev/udev-rules-imx.bb b/recipes-core/udev/udev-rules-imx.bb index 163f2835..636315ed 100644 --- a/recipes-core/udev/udev-rules-imx.bb +++ b/recipes-core/udev/udev-rules-imx.bb | |||
@@ -8,5 +8,5 @@ S = "${WORKDIR}" | |||
8 | 8 | ||
9 | do_install () { | 9 | do_install () { |
10 | install -d ${D}${sysconfdir}/udev/rules.d | 10 | install -d ${D}${sysconfdir}/udev/rules.d |
11 | install -m 0644 ${WORKDIR}/10-imx.rules ${D}${sysconfdir}/udev/rules.d/ | 11 | install -m 0644 ${UNPACKDIR}/10-imx.rules ${D}${sysconfdir}/udev/rules.d/ |
12 | } | 12 | } |
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 e33df444..2d02d7ab 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 |