diff options
Diffstat (limited to 'dynamic-layers/openembedded-layer')
-rw-r--r-- | dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.26.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.26.0.bb b/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.26.0.bb index 9bd6b4f..ba773b6 100644 --- a/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.26.0.bb +++ b/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.26.0.bb | |||
@@ -55,6 +55,8 @@ EXTRA_OECMAKE = " \ | |||
55 | " | 55 | " |
56 | 56 | ||
57 | do_install:append() { | 57 | do_install:append() { |
58 | sed -e 's@#!/usr/bin/env python@#!/usr/bin/env python3@g' \ | ||
59 | -i $(find ${D}${datadir}/${PN} -type f) | ||
58 | sed -e 's@#!/usr/bin/python@#!/usr/bin/env python3@g' \ | 60 | sed -e 's@#!/usr/bin/python@#!/usr/bin/env python3@g' \ |
59 | -i $(find ${D}${datadir}/${PN} -type f) | 61 | -i $(find ${D}${datadir}/${PN} -type f) |
60 | } | 62 | } |