summaryrefslogtreecommitdiffstats
path: root/classes/use-imx-headers.bbclass
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2022-09-26 11:55:42 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2022-09-28 12:05:22 +0200
commitfe187c070f06c56a28416da339591ad3c4b6e9c8 (patch)
treef9e567b371b5e444f70bcb3f470a0560e29772ae /classes/use-imx-headers.bbclass
parent8c720cd5492c0717fd5de477daacda3b717b3649 (diff)
downloadmeta-freescale-fe187c070f06c56a28416da339591ad3c4b6e9c8.tar.gz
imx-gpu-viv: fix removing non packaged files
The for loops over the FILES:xxx variables do file expansion on the FILES entries. As a result any file name(s) specified with a wildcard which actually exists in the host filesystem will be replaced with the host filesystems file name(s). Disable file expansion for the for loop and reenable it afterwards so that the expansion happens on the full file names with the ${D} prefix. E.g if the host has /usr/lib/libOpenCL.so.1, then /usr/lib/libOpenCL.so.* gets expanded to /usr/lib/libOpenCL.so.1, and as a result ${D}/usr/lib/libOpenCL.so.1.2, ${D}//usr/lib/libOpenCL.so.3 ... will not be deleted. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'classes/use-imx-headers.bbclass')
0 files changed, 0 insertions, 0 deletions