diff --git a/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.28.0.bb b/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.28.0.bb index 530b4686..105995d2 100644 --- a/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.28.0.bb +++ b/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.28.0.bb @@ -58,7 +58,7 @@ EXTRA_OECMAKE = " \ do_install:append() { sed -e 's@#!/usr/bin/env python@#!/usr/bin/env python3@g' \ -i $(find ${D}${datadir}/${PN} -type f) - sed -e 's@#!/usr/bin/python@#!/usr/bin/env python3@g' \ + sed -e 's@#!/usr/bin/python.*@#!/usr/bin/env python3@g' \ -i $(find ${D}${datadir}/${PN} -type f) }