diff options
| -rw-r--r-- | meta-oe/recipes-devtools/perl/libdbi-perl_1.643.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/perl/libdbi-perl_1.643.bb b/meta-oe/recipes-devtools/perl/libdbi-perl_1.643.bb index 94f98fe40f..1fee83a8fd 100644 --- a/meta-oe/recipes-devtools/perl/libdbi-perl_1.643.bb +++ b/meta-oe/recipes-devtools/perl/libdbi-perl_1.643.bb | |||
| @@ -29,6 +29,11 @@ do_install:prepend() { | |||
| 29 | rm -rf ${B}/t/z*.t | 29 | rm -rf ${B}/t/z*.t |
| 30 | } | 30 | } |
| 31 | 31 | ||
| 32 | do_install:append() { | ||
| 33 | sed -i "s:^#!.*:#!/usr/bin/env perl:" ${D}${bindir}/dbiproxy \ | ||
| 34 | ${D}${bindir}/dbiprof ${D}${bindir}/dbilogstrip | ||
| 35 | } | ||
| 36 | |||
| 32 | RDEPENDS:${PN}:class-target = " \ | 37 | RDEPENDS:${PN}:class-target = " \ |
| 33 | perl \ | 38 | perl \ |
| 34 | perl-module-carp \ | 39 | perl-module-carp \ |
