mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-17 12:08:45 +00:00
libdbi-perl: fix interpreter on shebang line
Update interpreter on shebang line in scripts to fix error: ERROR: QA Issue: : /work/x86_64-linux/libdbi-perl-native/1.643-r0/sysroot-destdir/work/x86_64-linux/libdbi-perl-native/1.643-r0/recipe-sysroot-native/usr/bin/dbiproxy maximum shebang size exceeded, the maximum size is 128. [shebang-size] ERROR: QA Issue: : /work/x86_64-linux/libdbi-perl-native/1.643-r0/sysroot-destdir/work/x86_64-linux/libdbi-perl-native/1.643-r0/recipe-sysroot-native/usr/bin/dbiprof maximum shebang size exceeded, the maximum size is 128. [shebang-size] ERROR: QA Issue: : /work/x86_64-linux/libdbi-perl-native/1.643-r0/sysroot-destdir/work/x86_64-linux/libdbi-perl-native/1.643-r0/recipe-sysroot-native/usr/bin/dbilogstrip maximum shebang size exceeded, the maximum size is 128. [shebang-size] Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
c68cead291
commit
e4e528dba2
@ -29,6 +29,11 @@ do_install:prepend() {
|
||||
rm -rf ${B}/t/z*.t
|
||||
}
|
||||
|
||||
do_install:append() {
|
||||
sed -i "s:^#!.*:#!/usr/bin/env perl:" ${D}${bindir}/dbiproxy \
|
||||
${D}${bindir}/dbiprof ${D}${bindir}/dbilogstrip
|
||||
}
|
||||
|
||||
RDEPENDS:${PN}:class-target = " \
|
||||
perl \
|
||||
perl-module-carp \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user