diff options
-rw-r--r-- | meta-oe/recipes-support/lcov/lcov_1.11.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/lcov/lcov_1.11.bb b/meta-oe/recipes-support/lcov/lcov_1.11.bb index 114bd84cdd..2f9ac336e9 100644 --- a/meta-oe/recipes-support/lcov/lcov_1.11.bb +++ b/meta-oe/recipes-support/lcov/lcov_1.11.bb | |||
@@ -23,6 +23,5 @@ SRC_URI[sha256sum] = "c282de8d678ecbfda32ce4b5c85fc02f77c2a39a062f068bd8e774d29d | |||
23 | 23 | ||
24 | do_install() { | 24 | do_install() { |
25 | oe_runmake install PREFIX=${D} | 25 | oe_runmake install PREFIX=${D} |
26 | sed -i -e '1s,#!.*perl,#! ${USRBINPATH}/env perl,' ${D}${bindir}/* | ||
27 | } | 26 | } |
28 | 27 | ||