Geontech / meta-redhawk-sdr

REDHAWK SDR Layer for Yocto/OpenEmbedded -based deployments
http://geontech.com/getting-started-with-meta-redhawk-sdr/
GNU Lesser General Public License v3.0
9 stars 6 forks source link

Patch all bare 'python' references to python2 #65

Open btgoodwin opened 3 years ago

btgoodwin commented 3 years ago

Throughout the core framework, 'python' is used and is creating issues now that python2 is deprecated and yocto has pushed support into a separate feature layer. As such the -native execution of some of these scripts causes issues as you would expect, as would they on the target platform if the 'python' link was not pointed at python2. The scope of this issue is to patch those references where found.