summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.28.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.28.0.bb')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.28.0.bb2
1 files changed, 1 insertions, 1 deletions
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 530b468..105995d 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 = " \
58do_install:append() { 58do_install:append() {
59 sed -e 's@#!/usr/bin/env python@#!/usr/bin/env python3@g' \ 59 sed -e 's@#!/usr/bin/env python@#!/usr/bin/env python3@g' \
60 -i $(find ${D}${datadir}/${PN} -type f) 60 -i $(find ${D}${datadir}/${PN} -type f)
61 sed -e 's@#!/usr/bin/python@#!/usr/bin/env python3@g' \ 61 sed -e 's@#!/usr/bin/python.*@#!/usr/bin/env python3@g' \
62 -i $(find ${D}${datadir}/${PN} -type f) 62 -i $(find ${D}${datadir}/${PN} -type f)
63} 63}
64 64