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:37:58 +0100 |
commit | c4f987239fe78783d732df673a5e592bb05a877d (patch) | |
tree | 1e84a8ad6ddf7974535d840953ce2c859ae236a3 /meta/recipes-devtools/cdrtools | |
parent | db13f10d233873148156880ab709ec76f8d3c329 (diff) | |
download | openembedded-core-c4f987239fe78783d732df673a5e592bb05a877d.tar.gz openembedded-core-c4f987239fe78783d732df673a5e592bb05a877d.tar.bz2 openembedded-core-c4f987239fe78783d732df673a5e592bb05a877d.zip |
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.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/cdrtools')
0 files changed, 0 insertions, 0 deletions