diff options
author | Ross Burton <ross.burton@intel.com> | 2013-06-12 17:21:29 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-13 17:38:10 +0100 |
commit | c88d41760a46b60c13c81c4ce148c2cb078a41bb (patch) | |
tree | 3c65549fde2413e82b842af7a3f8922d67d35a6e /meta/classes | |
parent | 30d3c8d11e0c81a22a422346fe8c11ef37f2f33f (diff) | |
download | poky-c88d41760a46b60c13c81c4ce148c2cb078a41bb.tar.gz |
dpkg: drop the usage of create_wrapper
create_wrapper was previously abused to invoke the Perl interpretter directly
instead of relying on #! parsing, which is read into a 128 byte buffer so breaks
with deep build directories.
However we already install a "nativeperl" binary into the native sysroot, so
use sed to change the #! line to /usr/bin/env nativeperl.
(From OE-Core rev: c4f987239fe78783d732df673a5e592bb05a877d)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
0 files changed, 0 insertions, 0 deletions