OE4T / meta-tegra-community

Repository for community-maintained recipes for additional packages for NVIDIA Jetson platforms
MIT License
16 stars 22 forks source link

recipes-devtools: python3-pycuda: Fix configure issue #49

Closed nandra closed 2 years ago

nandra commented 2 years ago

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