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 #821

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

Signed-off-by: Xiangyu Chen xiangyu.chen@windriver.com


Contributor checklist

Reviewer Guidelines

kraj commented 1 year ago

Can you rebase it on top of master branch and re-push

kraj commented 1 year ago

closing in favor of https://github.com/kraj/meta-clang/pull/822