On kirkstone branch following is reported:
DEBUG: Python function extend_recipe_sysroot finished | DEBUG: Executing shell function do_configure
| cp: '/home/ubuntu/yocto/my-test-os/build/tmp/work/armv8a_tegra194-poky-linux/python3-pycuda/2020.1-r0/pycuda-2020.1/siteconf.py' and '/home/ubuntu/yocto/my-test-os/build/tmp/work/armv8a_tegra194-poky-linux/python3-pycuda/2020.1-r0/pycuda-2020.1/siteconf.py' are the same file
On kirkstone branch following is reported: DEBUG: Python function extend_recipe_sysroot finished | DEBUG: Executing shell function do_configure | cp: '/home/ubuntu/yocto/my-test-os/build/tmp/work/armv8a_tegra194-poky-linux/python3-pycuda/2020.1-r0/pycuda-2020.1/siteconf.py' and '/home/ubuntu/yocto/my-test-os/build/tmp/work/armv8a_tegra194-poky-linux/python3-pycuda/2020.1-r0/pycuda-2020.1/siteconf.py' are the same file
Fix it by remove redundant copy.
Signed-off-by: Marek Belisko marek.belisko@open-nandra.com