kraj / meta-clang

Clang C/C++ cross compiler and runtime for OpenEmbedded/Yocto Project
MIT License
154 stars 198 forks source link

bcc: fix some of python script with wrong shebang #820

Closed chenxy1988 closed 1 year ago

chenxy1988 commented 1 year ago

The examples/tracing/nflatency.py has already upgraded the shebang to python3 on upstream, so when we apply the do_install:append function, the shebang of nflatency.py become "/usr/bin/env python33"


Contributor checklist

Reviewer Guidelines