diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2022-09-26 11:55:42 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2022-09-28 12:05:22 +0200 |
commit | fe187c070f06c56a28416da339591ad3c4b6e9c8 (patch) | |
tree | f9e567b371b5e444f70bcb3f470a0560e29772ae /classes/use-imx-headers.bbclass | |
parent | 8c720cd5492c0717fd5de477daacda3b717b3649 (diff) | |
download | meta-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